文字列整形 (Format). Dim i1 As Integer = 1234567 Console.WriteLine(String.Format("{0}", i1)) ' => 1234567 Console.WriteLine(String.
確定! 回上一頁