wordpaste.html

来自「Follow me超级搜索引擎V6.2(完美版)绝对是目前全国功能最优秀的超级搜」· HTML 代码 · 共 33 行

HTML
33
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <title>WordPaste</title>
  <style type="text/css" rel="stylesheet">
    body {
    font-size:12px;
    margin: 0px;
    background-color:#F0F0EE;
    }
    #wordIframe {
    width:320px;
    height:250px;
    border:1px solid #000000;
    }
  </style>
  <script type="text/javascript">
    function setIframe() {
        var iframe = parent.KE.$('wordIframe', document);
        var iframeDoc = parent.KE.util.getIframeDoc(iframe);
        iframeDoc.designMode = "On";
        iframeDoc.open();
        iframeDoc.write('<html><head><title>WordPaste</title></head>');
        iframeDoc.write('<body style="background-color:#FFFFFF;font-size:12px;margin:2px;" />');
        if (parent.KE.browser != 'IE') iframeDoc.write('<br />');
        iframeDoc.write('</body></html>');
        iframeDoc.close();
    }
  </script>
</head>
<body onload="javascript:setIframe();">
  <div style="margin-bottom:10px;">璇蜂娇鐢ㄥ揩鎹烽敭(Ctrl+V)鎶婂唴瀹圭矘璐村埌涓嬮潰鐨勬柟妗嗛噷銆

⌨️ 快捷键说明

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