You can use Ruby's Net::HTTP class: require 'net/http' url = URI.parse('http://www.example.com/index.html') req ...
確定! 回上一頁