2020年5月19日

摘要: package projict05; public class test01 { public static void main(String[] args) { //成员变量 //整型:byte,short,int,long //1.习惯使用int型 //2.long要以L或者l结尾 //3.整型 阅读全文
posted @ 2020-05-19 15:15 happygril3 阅读(185) 评论(0) 推荐(0)

导航