我正在努力getForm
解决重定向查询的问题。我尝试在 Stackoverflow 中尝试cookiefile
和followlocation
在其他主题中一样,但没有结果。
我的代码:
getForm("http://korpus.pl/poliqarp/poliqarp.php",
query = "pies", corpus = "2", showMatch = "1",showContext = "3",
leftContext = "5", rightContext = "5", wideContext = "50", hitsPerPage = "10",
.opts = curlOptions(
verbose = TRUE,
followlocation=TRUE
)
)
我得到重定向页面的内容是对的吗?如果是这样,我该如何绕过它?