lua的字符串操作的问题 - SegmentFault
2016年2月22日 - lua的字符串操作的问题 lua htl_henry 2016年02月22日提问 关注 3 关注 收藏 1 收藏,647 浏览 问题对人有帮助,内容完整,我也想知道答案 0 问题没有实...
[原]lua基础【二】lua中关于字符串的操作总结 - 推酷
2014年11月6日 - --从从控制台输入字符串操作 str =io.read() if str=="hello" then print(str) end --lua中的字符串拼接操作 str="hello" str2="world" str3=str...