标签:
<textarea id="runcode1" style="width:80%" rows="10"> <!doctype html> <html dir="ltr" lang="zh-CN"> <head> <meta charset="utf-8"/> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <script type="text/javascript"> alert(‘可以运行!‘) </script> <title></title> </head> <body> <h1>这是模板</h1> </body> </html> </textarea> <p><button class="runcode" title="runcode1">运行代码</button></p>
标签:
原文地址:http://www.cnblogs.com/hnwty/p/4216801.html