看板
[ C_Sharp ]
討論串textbox的內容
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
foreach(Control c in this.Controls). {. if(c.GetType().ToString().Equals("System.Windows.Forms.TextBox")). {. c.Text = "";. }. }. 要清空一個TextBox , 不丟空字串
(還有45個字)
首頁
上一頁
1
下一頁
尾頁