require 'net/http' Net::HTTP.start('some.www.server', 80) { |http| response = http.post('/cgi-bin/search.rb', 'query=ruby') } ...
確定! 回上一頁