书栈网 · BookStack 本次搜索耗时 0.018 秒,为您找到 101 个相关结果.
  • 区域选择器例子

    区域选择器例子 区域选择器例子 Query() 方法第三个参数:区域选择器,一般在采集列表的场景下使用。 <? php require 'querylist/vendor/autoload.php' ; use QL\QueryList ; //采集#main下面的li里面的内容 $html =<<< STR ...
  • queryData

    Array queryData(Closure $callback = null) Array queryData(Closure $callback = null) 语法糖,queryData() 方法等同于query()->getData()->all() 可能你会觉的列表采集的语法有一点点繁琐,如: $rt = QueryList...
  • Login

    Login 模拟登陆扩展 依赖(通过Composer安装的请忽略) 用法 Login 模拟登陆扩展 Login扩展,可以实现模拟登陆然后采集。 安装: composer require jaeger / querylist - ext - login GIT地址: https : //github.com/jae-jae/Q...
  • query

    QueryList query(Closure $callback = null) 用法 QueryList query(Closure $callback = null) 执行采集规则rules,执行完这个方法后才可以用getData() 方法获取到采集数据。 参数: $callback可以通过这个回调函数进一步处理结果,替换内容、补全...
  • getHtml

    string getHtml() 用法 string getHtml() 获取设置的待采集的html源码 用法 $html = <<< STR < div class = "two" > < a href = "http://querylist.cc" > QueryList 官网</ a > ...
  • post

    QueryList post($url,$args = null,$otherArgs = []) 用法 用法同http get插件 连贯操作 实战:模拟登陆GitHub QueryList post($url,$args = null,$otherArgs = []) Http post插件,用于post表单。默认已经开启了与get() ...
  • setData

    QueryList setData(Collection $data) 用法 QueryList setData(Collection $data) 设置采集结果数据,此方法紧提供给插件使用。 用法 详细用法查看 bind 方法文档。 $ql = QueryList :: getInstance (); $ql -> se...
  • Accessing Other Components

    Accessing Child Component Classes @ViewChild and @ViewChildren @ContentChild and @ContentChildren Accessing Child Component Classes @ViewChild and @ViewChildren The @View...
  • 其他组件交互方式

    访问子组件类 @ViewChild 和 @ViewChildren @ContentChild 和 @ContentChildren 访问子组件类 @ViewChild 和 @ViewChildren @ViewChild 和 @ViewChildren 装饰器提供对包含组件的子组件类的访问。 @ViewChild 是一个装饰器...
  • getData

    Collection getData(Closure $callback = null) 返回值 用法 添加需求 继续添加需求 完整代码 Collection getData(Closure $callback = null) 用法 获取采集结果数据,需要先执行query() 方法。 参数: $callback可以通过这个回调函数进...