在处理html时,除了可以用正则外,可以考虑使用dom来解析。 ... 5 $dom->loadHTML($str2); 6 $xpath = new DOMXPath($dom); 7 $element ...
確定! 回上一頁