行 46: //topte
行 47: string bida = Request["bid"].ToString().Trim().Replace(" ", "+");
行 48: string sida = Request["sid"].ToString().Trim().Replace(" ", "+");
行 49: string sid1 = CryptoHelper.Decrypt(sida.Trim(), key);
行 50: sid = CryptoHelper.Decrypt(sida.Trim(), key);
|