32
1
3
786
0
if exp then end if exp then else end if exp then elseif exp else end whi...
算术运算:四则运算、指数^、取模% 关系运算:大小比较与相等,注意不等是用~=来表示。返回值是布尔 逻辑运算:与或非,注意这里比较特别使用短路求...
ngx.null 代表nil 相同字符串内存中只保留一份 因此字符串比较效率很高,当然字符串也不能为像c语言一样更改。python中用3个单引号...