rails_parse_head:解析head元素(https:developer.mozilla.orgen-USdocsWebHTMLElementhead)

时间:2024-02-23 20:36:21
【文件属性】:

文件名称:rails_parse_head:解析head元素(https:developer.mozilla.orgen-USdocsWebHTMLElementhead)

文件大小:12KB

文件格式:ZIP

更新时间:2024-02-23 20:36:21

parse parsing html-head ParsingRuby

RailsParseHead RailsParseHead是一个简单的Ruby库,用于解析网站中的head元素信息。 在以下位置了解有关head元素的更多信息: 安装 将此行添加到您的应用程序的Gemfile中: gem 'rails_parse_head' 然后执行: $ bundle 或自己安装为: $ gem install rails_parse_head 用法 解析URL rph = RailsParseHead . fetch ( 'https://github.com' ) rph . title # => "The world’s leading software development platform · GitHub" rph . metas # => [{:charset=>"utf-8"}, {:name=>"viewport", :content=>"width=device-width"}] rph . links # => [{:rel=>"dns-prefetch", :href=>"https://github.githubasse


【文件预览】:
rails_parse_head-master
----.travis.yml(123B)
----bin()
--------console(351B)
--------setup(131B)
----Rakefile(145B)
----.rubocop.yml(427B)
----rails_parse_head.gemspec(2KB)
----Gemfile(132B)
----Gemfile.lock(2KB)
----.rspec(53B)
----spec()
--------rails_parse_meta_spec.rb(2KB)
--------files()
--------spec_helper.rb(477B)
----.coveralls.yml(70B)
----.gitignore(159B)
----lib()
--------rails_parse_head()
--------rails_parse_head.rb(373B)
----CODE_OF_CONDUCT.md(3KB)
----README.md(3KB)
----LICENSE.txt(1KB)

网友评论