[JS] 新标签打开图片 //新标签打开图片 $('img.zoom').click(function() { var img_url = $(this).attr("src"); window.open(img_url, '_blank'); });