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.
我忘记了如何在 Moovweb SDK 中执行此操作
假设这是您的 HTML:
<div class="foo bar"></div>
您可以使用 XPathcontains()函数:
contains()
$("div[contains(@class, 'foo')]") { # More Tritium here... }