摘要: 格式:match(string,regexp,array) 和string~regexp的作用类似 没有array的情况下:通过regexp,在string中寻找最左边,最长的substring,返回substring的index位置。 有array的情况下:在regexp中用()将要组成的arra 阅读全文
posted @ 2021-10-31 16:54 一秒入睡 阅读(386) 评论(0) 推荐(0)