dfds.htm
来自「contract management system」· HTM 代码 · 共 6 行
HTM
6 行
<form name=form>
<input type=file name=file>
<input type=button value=装入 onClick="document.frames.xxx.location = document.form.file.value">
<textarea name=text cols=60 rows=10></textarea>
<iframe name=xxx src="" style="display:none" onLoad="document.form.text.value = document.frames.xxx.document.body.innerText"></iframe>
</form>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?