asp中with的用法,请高手帮忙下列举个例子文字说明下
人气:488 ℃ 时间:2020-05-25 05:38:39
解答
response.write("...") response.write("...") 就可以简化为 with response .write(...) .write(...) end with 用request或者是其它的都是一样的 request.querystring("aa") request.querystring("bb") = with(reque...
推荐
猜你喜欢