摘要:
拿来复习以下,也许大家也能用得上// //作用:把ListBox中的全部内容转换成一个字符串,各个字段间用,分隔 // //参数:Lists,需要转换的ListBox.items // //返回值:转换好的字符串 // public string ListToString(ListItemCollection Lists) { string result=""; for(i... 阅读全文
posted @ 2004-06-15 17:43
没肉包子
阅读(1635)
评论(2)
推荐(0)
浙公网安备 33010602011771号