js 修改svg样式、动态加入DOM元素、添加事件响应函数

svg是xml格式的语言,就算在dom里看上去已经加上了,但是还是不能被识别出来的。

https://stackoverflow.com/questions/3642035/jquerys-append-not-working-with-svg-element







xmlns:xlink=http://www.w3.org/1999/xlink  
xmlns:a3="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"  
a3:scriptImplementation="Adobe" width="1000" height="323">  
 







AIRPORT  






red01

red02 






你可能感兴趣的:(js,svg)