2015年4月29日

学习随笔

摘要: 数据类型整型:int(*) short long byte(0--255)小数:double(*) float decimal(精度高,小数位数多)布尔:bool(是/非)字符:char定义变量:数据类型 变量名 [= 值]; //[]内的值可写可不写例:int a =1;变量名的命名规则:1.... 阅读全文

posted @ 2015-04-29 16:36 qq蓝光 阅读(140) 评论(0) 推荐(0)

导航