获得一个div下所有a,并增加参数。 $(".paging a").each(function(){ $(this).attr("href",$(this).attr("href")+"&cate=abc"); }) 这样可以获得每一个a的href。