result.htm

来自「通过PC104访问内存地址」· HTM 代码 · 共 15 行

HTM
15
字号
<html><head>  <script>    function init() {      document.open();      document.write(window.opener.document.options.htmlStr.value);      document.write("<form><center><input type='button' value='close' onclick='window.close()'></center></form>");      document.close();    }  </script></head><body onload="javascript:init()"></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?