📄 dfds.htm
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -