asp 运算符(算术运 比较运 逻辑运算符)

作者:袖梨 2022-06-29

本文章简介一下asp 运算符(算术运 比较运 逻辑运算符)与运算符的优先级简单代码。


1.算术运算符
实例:
example10.asp
2.比较运算符
3.逻辑运算符
实例:
example12.asp
4.运算符的优先级
if request.form("submit") = "提交" then '用户点击【提交】按钮
if instr(request.form("str"),"@") response.write("") '不包含,给出提示
else '包含,给出提示
response.write("")
end if
end if
%>



example17



请输入字符串:





实例二




example18


example18
%>

相关文章

精彩推荐