configs详解——之selector

    栗子1:

    栗子2:

    通过css选择器提取网页内容的标题

    栗子3:

    remove($html, $selector, $selector_type = 'xpath')

    @param $html 需过滤的网页内容@param $selector 选择器规则@param $selector_type 选择器类型: xpath、regex、css, 默认为xpath选择类型

    举个例子: