摘要: 1 package day01;//声明包 2 3 public class Helloworld {//声明一个类 HelloWorld 必须和文件名一样 4 //主方法,为程序入口 5 //程序执行从main开始,mian结束则程序结束 6 public static void main(String[] args) { 7 // TO... 阅读全文
posted @ 2018-08-29 20:36 巨兽~墨菲特 阅读(103) 评论(0) 推荐(0)