摘要: 1、变量类型 int double string char bool decimal 变量的使用规则:先声明再赋值最后使用 int number; number=10; number=20; Console.WriteLine(number);2、Camel Pascal3、运算符 赋值运算符:= ... 阅读全文
posted @ 2014-06-14 23:30 ghx711 阅读(127) 评论(0) 推荐(0)