标签:bsp col doc code none color style ntb innerhtml
转义字符互转
<div id="my"></div> <div id="he" style="display:none"></div> <script> var str = ‘<h1>这是标签</h1>‘; document.getElementById(‘he‘).innerHTML = str; alert(str) var newstr = document.getElementById(‘he‘).innerText; document.getElementById(‘my‘).innerHTML = newstr </script>
标签:bsp col doc code none color style ntb innerhtml
原文地址:http://www.cnblogs.com/summerXll/p/7755590.html