摘要: 替换字符串"abcdefgh" 中的"abc"为"ddc" local str ="abcdefgh"; b = string.gsub(str, "%abc", "ddc"); str = b; print(str); https://my.oschina.net/workhelu/blog/36 阅读全文
posted @ 2018-10-31 19:55 pipicfan 阅读(5852) 评论(0) 推荐(0) 编辑