📄 05.js
字号:
function submitQuery() { // This is what we want to ask the user. // Limited formatting is possible with underscores and newlines. var message = "\n\n\n\n" + "_________________________________________________\n\n" + "Please be aware that complex queries such as yours\n" + "may require a minute or more of search time.\n" + "_________________________________________________\n\n\n" + "Click Ok to proceed or Cancel to abort"; // Ask for confirmation, and abort if we don't get it. if (!confirm(message)) return; /* The code to perform the query would go here */}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -