... file_get_html('http://example.com/'); 給一個網頁檔 $html = file_get_html('test.htm'); 取得DOM物件後,便可以用jQuery的選擇器語法,來取得想要 ...
確定! 回上一頁