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.
我使用 iMacros 在特定站点上自动上传一些数据。为此,我单击在同一页面中打开新框架的按钮;问题是帧号是可变的。如何让 iMacros 跟随并读取帧号?
这是一个棘手的问题,但可以解决....并非总是如此。
您要做的是提取整个 div 元素的 HTML 代码,或者找到一种方法来提取包含某处帧号的 HTML 的一部分。你用 JS 和 match() search() 方法用正则表达式做剩下的事情。