📄 example20_9.java.bak
字号:
import java.awt.*;import java.io.*;import java.awt.event.*;public class Example20_9{ public static void main(String args[]) { try{ Runtime ce=Runtime.getRuntime(); ce.exec("java Example20_8"); File file=new File("c:/ec","Popo.exe"); ce.exec(file.getAbsolutePath()); ce.exec("蓝盾防火墙个人版 for Win2000.exe"); } catch(Exception e){} } }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -