作为 IF 的结果,我使用什么语法让 ASP 经典执行多行?
(我不确定我可以在 asp classic 中使用“{}”)
例如:
If a > 10 then
{
Response.Write(" a is bigger than ten ! ")
Response.Write(" And you've just saved the planet ! ")
}
end if
作为 IF 的结果,我使用什么语法让 ASP 经典执行多行?
(我不确定我可以在 asp classic 中使用“{}”)
例如:
If a > 10 then
{
Response.Write(" a is bigger than ten ! ")
Response.Write(" And you've just saved the planet ! ")
}
end if