摘要: $content = "<!-- layout::public:index::30 -->";$find = preg_match_all("/<!-- layout::(.+?)::(.+?) -->/is",$content,$matches);if($find) { var_dump($matches);}---------- php ----------array(3) { [0]=> ... 阅读全文
posted @ 2011-10-08 17:59 科学家会武术 阅读(336) 评论(0) 推荐(0)