$(function(){ $('.sitemap li').each(function(){ aHref = $('a', this).attr('href'); if(aHref.indexOf('report/') >= 0){ $(this).after('\n
  • 入札公告
  • \n'); } }); });