====== jQuery 实现在新窗口中打开链接 ====== ===== 在新窗口中打开外部链接 ===== $('a[href^="http://"]') .attr("target", "_blank");