public struct Person{public long id;public string name;public bool isStudent;}Person pB; //這里也要新建一個(gè)變量 DateTime也是struct類型 為什么不用呢pB.id = 20080001;pB.name = "Keller";pB.isStudent = false;Response.Write("<br>id = " + pB.id);Response.Write("<br>name = " + pB.name);............
- 2 回答
- 0 關(guān)注
- 289 瀏覽
添加回答
舉報(bào)
0/150
提交
取消