SVG对象添加click事件

lete=document.createElementNS("http://www.w3.org/2000/svg","circle");

e.addEventListener("click",function() {alert("hello world~"); });

推荐阅读 更多精彩内容