
ruby gem
changandaxue
这个作者很懒,什么都没留下…
展开
-
Nokogiri::XML::Node 方法举例
#=================================================================================#Here I will discuss several Nokogiri::XML::Node#methods as in thedocumentation#===============================...2013-08-18 16:34:21 · 283 阅读 · 0 评论 -
使用Nokogiri获取页面Keywords
require 'rubygems'require 'nokogiri'doc =Nokogiri::HTML("<html><head><meta name=\"Keywords\" content=\"one, two, three\"></head><body></body&g2013-08-18 21:40:27 · 149 阅读 · 0 评论