Closed c3076802 closed 7 years ago
如果导出表的key以数字开始如 100_s,就失败,因为lua不允许以数字为前缀的变量,建议修改为:
if string.match(name,'^%d+') then append( "[\"") append( name ) append("\"]" ) else ...
thanks!
如果导出表的key以数字开始如 100_s,就失败,因为lua不允许以数字为前缀的变量,建议修改为: