摘要: 字符串如:........result=someresult,........ /(?<=result=).*?(?=,|\}|\)|(\r\n)|($))/g 提取为:someresult result为提取行头字符串 ,|\}|\)|(\r\n)|($)为行尾字符,逗号或括回或回车换行或行尾或其 阅读全文
posted @ 2022-03-18 13:45 迷海 阅读(111) 评论(0) 推荐(0)