For the complete documentation index, see llms.txt. This page is also available as Markdown.

获取文本 (Get text)

您需要选择一个元素,然后脚本将获取该元素中包含的文本值并保存到您选择的变量中。

参数
说明

Select element

输入包含要获取的文本的元素的 CSS 选择器

Element order

根据元素在页面上出现的顺序选择元素

Output variable

将提取的元素保存为变量并输入变量名称

Last updated