阿山啊
2016-07-04 15:44
比如我想在插入一个比较复杂的节点:
<div class="mui-input-row">
<input type="text" class="mui-input-clear" placeholder="请输入班级号码" style="width: 60%;left: 30%; position: absolute;z-index: 0;">
<a class="icon iconfont" id="addclass" style="position: absolute; z-index: 1; right: 4% ; margin-top: 10px; color: red; font-size: larger;"></a>
</div>
但是似乎只会读取第一个引号里的内容
newNode.innerHTML="This is a new P"; newNode.innerHTML+="<style>li:last-child{margin-top: 10px; color: red; font-size: larger;}</style>";
参考网址:http://jingyan.baidu.com/article/4f7d5712c7b1061a201927c5.html
需要转换符的
JavaScript进阶篇
468060 学习 · 21891 问题
相似问题