private string GenerateCheckCode(int num) { int number; char code; string checkCode = String.Empty; Random random = new Random();
確定! 回上一頁