一、交互模式
二、脚本式
创建一个以lua结尾的文件,例如hello.lua文件内容
println("hello world")
lua执行的两种方式
原文:https://www.cnblogs.com/alexzhang92/p/10886997.html