客户端if语句将正常工作,因为“ isPostBack”变量将是未定义的,在该if语句中该变量的值 ... if (IsPostBack) { script = "var isPostBack = true;"; } ...
確定! 回上一頁