码迷,mamicode.com
首页 > Web开发 > 详细

转义字符变成html内容

时间:2017-10-30 19:45:23      阅读:228      评论:0      收藏:0      [点我收藏+]

标签:bsp   col   doc   code   none   color   style   ntb   innerhtml   

转义字符互转

<div id="my"></div>
    <div id="he" style="display:none"></div>
    <script>
        var str = &lt;h1&gt;这是标签&lt;/h1&gt;;
        document.getElementById(he).innerHTML = str;
        alert(str)
        var newstr = document.getElementById(he).innerText;
        document.getElementById(my).innerHTML = newstr

    </script>

 

转义字符变成html内容

标签:bsp   col   doc   code   none   color   style   ntb   innerhtml   

原文地址:http://www.cnblogs.com/summerXll/p/7755590.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!