var

 private var a = 10;

var 不能用于字段数据;

var int;

int =10;

var 不能先声明后赋值;

 

posted @ 2016-06-03 23:14  FredGrit  阅读(109)  评论(0)    收藏  举报