摘要: package HQ; /** * 类的声明 * @author lenovo * */ public class leixingzhuanhuan { /** * 方法的声明 * @param args * * * JAVA DOC * * * */ public static void main 阅读全文
posted @ 2016-02-23 08:29 百事没事 阅读(397) 评论(0) 推荐(0) 编辑
摘要: public class text1 { static int d=2; public static void main(String[]args){ //运算符 //赋值运算 “=” //int a1=1, //a=++a1; //System.out.println(a); //算术运算符+-* 阅读全文
posted @ 2016-02-23 08:27 百事没事 阅读(146) 评论(0) 推荐(0) 编辑