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.
如果href总是javascript:OpenPopup()你可以添加另一个 if 语句。
href
javascript:OpenPopup()
if (page.attr("href").equals("javascript:OpenPopup()")) { if (validateUrl(link) { } }
注意...代码未经过编译测试。