📄 history.html
字号:
<html><head><script>function hst() { var search = location.search; var historyToken = ''; if (location.search.length > 0) historyToken = decodeURIComponent(location.search.substring(1)); document.getElementById('__historyToken').value = historyToken; if (parent.__onHistoryChanged) parent.__onHistoryChanged(historyToken);}</script></head><body onload='hst()'><input type='text' id='__historyToken'></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -