1. 程式人生 > >轉義字符變成html內容

轉義字符變成html內容

col document get news style ner color 轉義 element

轉義字符互轉

<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內容