lua_一些踩过的坑

1.添加模块搜索路径

  package.path = package.path .. ";../data/?.lua"

原文地址:https://www.cnblogs.com/dabaicai0703/p/11222349.html