... object http = Net::Http.new(uri.host) # GET request puts http.get(uri.path, headers) # POST request puts http.post(uri.path, headers).
確定! 回上一頁