index.htm
来自「一个互联网络公司网站源码」· HTM 代码 · 共 20 行
HTM
20 行
<html>
<head>
<title>eWebEditor</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style>
body,td,input,textarea {font-size:9pt}
</style>
</head>
<body>
<FORM method='POST' action="post.php" name='myform'>
<INPUT type='hidden' name='content1' value=''>
<IFRAME ID='eWebEditor1' src='ewebeditor.htm?id=content1&style=popup' frameborder='0' scrolling='no' width='550' height='400'></IFRAME>
<INPUT TYPE="submit">
</FORM>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?