<?php // 新建一个Dom实例 $html = new simple_html_dom(); // 从url中加载 $html->load_file('http://www.jb51.net'); // 从字符串中加载
確定! 回上一頁