test
test
Windows 应用程序。获取TextBox里的值的类型出现错误。代码如下:
[此问题的推荐答案]
为什么要获得这个?
prize1.Text.Trim().GetType().IsValueType && count1.Text.Trim().GetType().IsValueType
可以这样写嘛:
try{
int a1 = Int32.Parse(prize1.Text.Trim());
int b1 = Int32.Parse(count1.Text.Trim());
}
catch(){
messagebox.show("输入不合法");
}
这是一篇来自百度知道的问题
本贴来自ZDNetChina中文社区 http://bbs.zdnet.com.cn ,本贴地址:http://bbs.zdnet.com.cn/viewthread.php?tid=933666