自定义HTML代码



该功能的部分源代码如下:

<div align="center">
    <textarea id="opnCode" style="height:70%;80%;"></textarea>
    <br>
    <input type="button" value="Open" onclick="window.open('', '_blank', '').document.write(document.getElementById('opnCode').value)">
    <br>
</div>
原文地址:https://www.cnblogs.com/leisureeen/p/myhtml.html