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.
我正在使用 Webkit-sharp 将 Webkit 嵌入到应用程序中,我需要挂钩某些链接以在我的应用程序中执行操作,而不是它们的正常操作。
我考虑过使用 Javascript 来遍历锚标记并替换与正确链接匹配的标记,但我想知道这是否是最好的方法。有这样做的首选方法吗?
jQuery 有很多有用的迭代特性可以用于此目的。:-) 我没有使用过 jQuery,但find看起来attr很有希望用于您的目的。
find
attr