php正则表达式匹配疑问。
<!-- Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/ -->$data = "<meta http-equiv="Content-Type" content="text/html; charset=utf-8">aaa/r/naaaaaaaaaaaa"; preg_match_all('/<meta>]*charset=([a-zA-Z0-9]*[\-]*[0-9]*)/', $data, $meta); var_dump($meta);