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