看板
[ C_Sharp ]
討論串[問題] 請問split問題
共 4 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
StreamReader sr = new StreamReader("s1.txt");. while (sr.Peek() != -1). {. string str = sr.ReadLine();. string[] words1 = Regex.Split(str, @"\s+",. Re
(還有59個字)
內容預覽:
請問我在c#上面要分割 如41 99 311 16. 50 99 300 100. 52 10 11 20. .... 這四個數字. string[] words1 = Regex.Split(str,@"\s+");. textBox1.Text = words1[0];. textBox2.Te
(還有175個字)
首頁
上一頁
1
下一頁
尾頁