我在 javascript 中附加 HTML。
var HTML = "<input type='image' src='../../images/edit_btn.png' onclick='popadmin('http://www.example.com','station',585,971); return false;' style='border-width:0px;margin-top: 5px; margin-right: 0px'>";
但它会生成这个 HTML
var HTML = <input type="image" src="../../images/edit_btn.png" onclick="popadmin(" http:="" www.example.com','station',585,971);="" return="" false;'="" style="border-width:0px;margin-top: 5px; margin-right: 0px">
为什么要popadmin('http://www.example.com'
更改为http:="" www.example.com'
? 我怎么能防止它