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.
Safari 的 Web Inspector 允许您从搜索框中进行 XPath 查询:
但是盒子太小了!你可以使用它,但不是很舒服。
是否可以从屏幕截图底部显示的控制台提示执行 XPath 查询?
我认为在 Chrome 或 Firefox 或 Safari 的控制台中,您可以使用函数评估 XPath 表达式,$x例如$x('//span')选择所有span元素。
$x
$x('//span')
span