QQ截图20180823192536.png (52.29 KB, 下载次数: 37)
QQ截图20180823193127.png (25.54 KB, 下载次数: 35)
def url_data(url) api = Win32API.new('Urlmon', 'URLDownloadToCacheFile', 'ippiii', 'i') buf = "\0" * 1024 if api.call(0, "#{url}?#{rand(10)}", buf, 1024, 0, 0) == 0 open(buf.sub(/\0+$/, ""), 'rb') { |f| f.read }.to_s end end print(url_data("https://rpg.blue/forum.php"))
guoxiaomi 发表于 2018-8-23 19:56
用ashttp
欢迎光临 Project1 (https://rpg.blue/) | Powered by Discuz! X3.1 |