public string RandomString(int length) { Random rdm = new Random(); string result = string.Empty; for (int i = 0; i < length; i++)
確定! 回上一頁