print(package.path.."\n"..package.cpath) 您可以新增以下路徑: package.path = package.path..";/usr/lib/?.lua" package.cpath = package.cpath.
確定! 回上一頁