<?php // 新建一個Dom例項$html = new simple_html_dom(); // 從url中載入$html->load_file('http://www.jb51.net'); // 從字串中載 ...
確定! 回上一頁