Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试拆分字符串“1 out of 20”
有没有办法将 1 存储在一个变量中,将 20 存储在另一个变量中?
|商店 | 1 出 20 | 正文 |
|商店评估 | "${Text}".split(" ")[0] | 第一节 |
|回声 | ${第一节} | |
[信息] 回声:1
|商店评估 | "${Text}".split(" ")[3] | 最后一节 |
|回声 | ${最后一节} | |
[信息] 回声:20
我不是这个领域的专家,但可能这可以帮助你
Selenium 拆分日期字符串工作示例?
看起来可以通过 Selenium 拆分字符串