#url:对应的https请求#toSend:对应的参数{:name => 'lzy'} 形式def send_post(url,toSend) uri = URI(url) http = Net::HTTP.new(uri.host, ...
確定! 回上一頁