uri = URI('http://www.example.com/search.cgi') request = Net::HTTP::Post.new(uri.path, {'Content-Type' => 'application/json'}) request.body ...
確定! 回上一頁