星期一, 9月 21, 2009

String Split

//1,2,3,4,5
string[] commentSet = commentValStr.Split(new char[]{','});//['1','2','3','4','5']

沒有留言:

張貼留言

留個話吧:)

其他你感興趣的文章

Related Posts with Thumbnails