摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace alltest{ class Program { static void Main(string[] args) { object ob = 5; int obint = Convert.ToInt32(ob); i... 阅读全文
posted @ 2009-05-13 09:40 琴鸟 阅读(188) 评论(0) 推荐(0) 编辑