1、将String型数据s转换为int 型的两种方法:
(1)int i=int.parse(s) (2)convert.Toint32(s)
2、label中显示若干条数据,每显示一条时怎么换行?
temp.Text+="<br/>";