1.2 词法规范 作者: ireneliu 时间: 2019-12-03 分类: 1.2 词法规范 1、不能以数字开头2、避免'_' + 大写字母,保留用作特殊用途3、'_' 哑变量4、保留字and、break、do、else、elseif、end、false、for、function、if、in、local、nil、not、or、repeat、return、then、true、until、while5、有大小写之分 标签: none