history.html

来自「移动营业厅 礼品派送 短信 倒计时控制 锁定gwt 开发 图片上传等」· HTML 代码 · 共 21 行

HTML
21
字号
<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 + =
减小字号Ctrl + -
显示快捷键?