朱莉娅 - 从网址获取HTML

时间:2017-01-25 18:59:30

标签: julia

有没有办法请求URL并以字符串形式获取响应?

我试过使用“请求”包和“LibCURL”,但我找不到办法来做到这一点

Fx的。如果我使用请求,我收到的错误看起来像

transaction.process(processor)

1 个答案:

答案 0 :(得分:2)

您正在寻找带有请求的readall(但由于基础朱莉娅已弃用readall,因此将来可能会移至readstring):

julia> using Requests

julia> readall(get("http://example.com"))
"<!doctype html>\n<html>\n<head> …