?? debugexample6.htm
字號:
<html>
<head>
<title>Debug Example</title>
<script type="text/javascript">
function test_function() {
opera.postError("Entering function.");
var iNumber1 = 5;
var iNumber2 = 10;
opera.postError ("Before calculation.");
var iResult = iNumber1 + iNumber2;
opera.postError ("After calculation.");
opera.postError ("Leaving function.");
}
test_function();
</script>
</head>
<body>
<p>This example works in Opera only.</p>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -