history.html.svn-base

来自「利用google开发的GWT工具」· SVN-BASE 代码 · 共 22 行

SVN-BASE
22
字号
<html><head><script>function hst() {  var search = location.search;  var historyToken = '';  if (search.length > 0)    historyToken = search.substring(1);  document.getElementById('__gwt_historyToken').value = historyToken;  if (parent.__gwt_onHistoryLoad) {    parent.__gwt_onHistoryLoad(historyToken);  }}</script></head><body onload='hst()'><input type='text' id='__gwt_historyToken' tabIndex='-1'></body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?