代码如下(很常见的发送post的方法):. def access_api(path, data) uri = URI(path) http = Net::HTTP.new(uri.host, uri.port) if uri.scheme ...
確定! 回上一頁