public static string objRequest(string requestName)
{
object obj = HttpContext.Current.Request[requestName];
return (obj != null) ? Convert.ToString(obj) : "";
}

相关文章:

  • 2021-08-23
  • 2022-12-23
  • 2021-11-14
  • 2021-07-06
  • 2021-09-20
  • 2022-12-23
  • 2021-11-20
猜你喜欢
  • 2022-12-23
  • 2021-11-08
  • 2022-12-23
  • 2021-11-20
  • 2022-12-23
  • 2022-02-24
相关资源
相似解决方案