1, Dim temp As String = "1,2,3,". 2. 3, MessageBox.Show(temp.ToString.Substring(0, temp.Length - 1)). 開新視窗(view plain) | 列印(print) | ?
確定! 回上一頁