require 'net/http' Net::HTTP.get('example.com', '/index.html'). This will return a string with ... But if you want to submit information use a POST request.
確定! 回上一頁