2014-03-29 136 views

回答

5

您可以合并两个attribute selector以使其成为and操作。

尝试,

$("a[href*='string1'][href*='string2']") 
相关问题