Regular Expression Example: <?php $pattern = '/<img.*?src="(.*?)" .*?\/>/'; preg_match_all($pattern, $content,$img_arr); print_r($img_arr);
確定! 回上一頁