level 2
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package shishi; /**
*
* @author Administrator
*/
public class Shishi { /**
* @param args the command line arguments
*/
public static void main(String[] args) {
System.out.println("欢迎使用NetBeans,这是第一个例子。");
}
}这个是程序
2012年12月05日 09点12分