是否有可能跟随Typhoeus重定向以及如何? 写这样的东西: res = Typhoeus::Request.get(url, {:follow_location = true})
res = Typhoeus::Request.get(url, {:follow_location => true})
res = Typhoeus::Request.get(url, {:follow_location => true})