摘要: 正则表达式提取器提取转义字符,\用\\匹 ( ) -these enclose the portion of the match string to be returned ^ a 以a开头,b$ 以b结尾 [^"] - means match anything except " 注意不要有空格 一 阅读全文
posted @ 2018-04-10 17:47 daping 阅读(99) 评论(0) 推荐(0) 编辑