📄 multiple.js
字号:
window.onload=function(){ if($("w_update")){ $("w_update").onclick=function(){ updateWeather(); } }};function updateWeather(){ //ajaxEngine.registerRequest("multiple", "/parkerriver/s/wdisp"); ajaxEngine.registerRequest("multiple", "/weather.jsp"); ajaxEngine.registerAjaxElement("boston"); ajaxEngine.registerAjaxElement("boulder"); ajaxEngine.registerAjaxElement("portland"); ajaxEngine.registerAjaxElement("seattle"); ajaxEngine.sendRequest("multiple","");}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -