摘要:
class Program { //main栈区,用来存放Main方法中出现的变量 static void Main(string[] args) { //创建一个对象时,系统内存中有两个东西:堆内存中保存了对象本身,栈内存中保存... 阅读全文
posted @ 2014-04-18 10:48 杨彬Allen 阅读(188) 评论(0) 推荐(0)
|
|
|
|
摘要:
class Program { //main栈区,用来存放Main方法中出现的变量 static void Main(string[] args) { //创建一个对象时,系统内存中有两个东西:堆内存中保存了对象本身,栈内存中保存... 阅读全文
posted @ 2014-04-18 10:48 杨彬Allen 阅读(188) 评论(0) 推荐(0) |
|