摘要: public class Demo01 { public static void main(String[] args){ String Ahello="renweiqing"; String hello="renweiqing"; String $hello="renweiqing"; Strin 阅读全文
posted @ 2022-05-28 22:17 毒蛇青椒 阅读(23) 评论(0) 推荐(0)
摘要: public class HelloWorld { public static void main(String[] args){ //单行注释 //输出一个Hello,World! System.out.println("Hello,world"); //多行注释:可以注释一段文字 / /* 注释 阅读全文
posted @ 2022-05-28 19:03 毒蛇青椒 阅读(18) 评论(0) 推荐(0)