文件名称:Web-Query:Web-Query 的只读发布历史
文件大小:44KB
文件格式:ZIP
更新时间:2024-07-22 04:20:54
Perl
名称 Web::Query - 另一个像 jQuery 一样的抓取库 概要 use Web::Query; wq('http://www.w3.org/TR/html401/') ->find('div.head dt') ->each(sub { my $i = shift; printf("%d %s\n", $i+1, $_->text); }); 描述 Web::Query 是另一个抓取框架,具有类似 jQuery 的界面。 是的,我知道 Ingy 的 。 但这只是阿尔法质量。 它不起作用。 Web::Query 构建在 CPAN 模块 、 和之上。 因此,该模块使用并且仅支持该模块支持的 CSS 3 选择器。 Web::Query 不支持 jQuery 的扩展查询(还没有?)。 如果选择器作为标量 ref 传递,它将被
【文件预览】:
Web-Query-master
----xt()
--------live()
--------02_perlcritic.t(444B)
----t()
--------01_src.t(2KB)
--------xpath.t(501B)
--------10_subclass.t(424B)
--------store_comments.t(602B)
--------insert_after.t(671B)
--------04_element.t(631B)
--------clone.t(410B)
--------find.t(734B)
--------02_op.t(795B)
--------remove_class.t(1KB)
--------next.t(638B)
--------add.t(1KB)
--------contents.t(651B)
--------bad-url-with-options.t(569B)
--------lib()
--------after.t(650B)
--------append.t(652B)
--------03_traverse.t(2KB)
--------tagname.t(532B)
--------before.t(656B)
--------07_remove.t(2KB)
--------prepend.t(656B)
--------no_space_compacting.t(987B)
--------prev.t(642B)
--------00_compile.t(70B)
--------has_class.t(605B)
--------09_as_html.t(848B)
--------11_get_eq.t(2KB)
--------insert_before.t(673B)
--------replace_with.t(1KB)
--------data()
--------05_html5.t(393B)
--------filter.t(605B)
--------08_indent.t(304B)
--------06_new_from_url_error_handling.t(992B)
--------detach.t(813B)
--------add_class.t(1KB)
----META.yml(1KB)
----lib()
--------Web()
----Changes(5KB)
----Build.PL(2KB)
----minil.toml(29B)
----LICENSE(18KB)
----README.md(10KB)
----META.json(2KB)
----MANIFEST(749B)
----cpanfile(275B)