$("img [src!=biaoqing]") $("img [src^=biaoqing]")
$("img").not($("img[src:contains('John')"))
$("img:not(img[src^='biaoqing'])")