摘要: 1.代码 local str = "This is 'some' text with 'single quotes'." local pattern = "'(.-)'" local matches = {} for match in string.gmatch(str, pattern) do t 阅读全文
posted @ 2024-06-19 17:20 朱小勇 阅读(2) 评论(0) 推荐(0) 编辑