4-5.htm

来自「网上购物系统 asp+sql server 2005」· HTM 代码 · 共 19 行

HTM
19
字号


<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>	运算符优先级</title>
<script language="VBScript">
<!--
msgbox  "1+2*3^(4-1)="&(1+2*3^(4-1))
n=10
msgbox  "(n<5 and n>1 or n=10)="&(n<5 and n>1 or n=10)
msgbox  "(n<5 and (n>1 or n=10))="&(n<5 and (n>1 or n=10))
msgbox  "(n<5 and n>1 or not (n=10))="&(n<5 and n>1 or not (n=10))
-->
</script>
</head>
<body>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?