int i = 1;
uint u = 1u;
ulong ul = 1ul;
decimal = 1m;
double = 1d;
float = 1f;
posted on 2012-04-26 17:52 Terry@ 阅读(151) 评论(0) 编辑 收藏 举报