运行代码框

  1. <script>function runCode() {  var code=event.srcElement.parentElement.children[0].value; var newwin=window.open('','','');    newwin.opener = null; newwin.document.write(code);    newwin.document.close();  }</script>  
  2. <p><span><textarea rows="12" cols="70">这里插入运行代码</textarea><br />  
  3. <input type="button" onclick='runCode()' value="运行代码" /></span></p> 

你可能感兴趣的:(职场,运行,休闲,代码框)