行 28: string key = "ABCDEFGHIJKLMNOP";
行 29: string bida = Request["bid"].ToString().Trim().Replace(" ", "+");
行 30: string sida = Request["sid"].ToString().Trim().Replace(" ", "+");
行 31: string ssida = Request["ssid"].ToString().Trim().Replace(" ", "+");
行 32: string sid1 = CryptoHelper.Decrypt(sida.Trim(), key);
|