在RStudio的查看器窗口中,location.pathname未定义

时间:2019-03-25 13:52:02

标签: location rstudio viewer

我尝试从RStudio Viewer中的url获取查询参数,但是window.location无法正常工作。它表明该对象存在,但是所有键都有未定义的值。

在RStudio中

rstudioapi::viewer("http://127.0.0.1:8081/?key=123")

在文件中,我运行下一个代码

console.log(window.location.pathname)

我期望

?key=123

但实际是

undefined

0 个答案:

没有答案