获取 URL (Get URL)
Last updated
Last updated
使用获取 URL node时,您可以获取网站链接的相关信息,将相关信息存储在变量中,并调用它进行其他操作。
假设打开的 URL 为:https://www.etsy.com/search?q=book&ref=search_bar
参数 | 说明 |
---|---|
Content: Full URL
获取所有URL:https://www.etsy.com/search?q=book&ref=search_bar
Content: Domain
获取 URL 的 domain:www.etsy.com
Content: Search key
输入“q”时,将“book”存储在变量中。输入“ref”时,将“search_bar”保存在变量中。
Output Variable
将获取的价值保存到变量中