I had similar problems with that lib. Use PHP's DOMDocument instead: $doc = new DOMDocument; $doc->loadHTML($html); $links ...
確定! 回上一頁