private static Random random = new Random(); public static string RandomString(int length) { const string chars = "ABCDEFGHIJKLMNOP...
確定! 回上一頁