源代码:
下载代码
AI 编程工具
点击运行
<!DOCTYPE html> <html> <head> <style> .svg-bg { width: 200px; height: 200px; background-image: url('circle1.svg'); background-size: cover; } </style> </head> <body> <div class="svg-bg"></div> </body> </html>
运行结果: