svg元素图
- 作者: 晨稳1
- 来源: 51数据库
- 2020-10-02
<html><br><head><br><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><br><title>Insert title here</title><br><script type="text/javascript"><br> function load() {<br> var embedTag = document.createElement('embed');<br> embedTag.type = "image/svg+xml";<br> embedTag.width = "640";<br> embedTag.height = "480";<br> embedTag.onload = function() {<br> alert(embedTag.getSVGDocument());<br> };<br> embedTag.src = "test.svg";<br> document.body.appendChild(embedTag);<br> }<br></script><br></head><br><body onload="load();"><br></body><br></html>
推荐阅读
