📄 20-4.txt
字号:
import netscape.javascript.*public void init(){ // Get the JSObject representing the applet's browser window. JSObject win = JSObject.getWindow(this); // Run JavaScript with eval(). Careful with those nested quotes! win.eval("alert('The CPUHog applet is now running on your computer. " + "You may find that your system slows down a bit.');");}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -