0
4

2 回答 2

12
于 2013-08-05T14:50:06.577 回答
-1

这可能会有所帮助!

$('li').each(函数(){

    p = $(this).find('a');
    $(p).attr('href','Not sure what you are trying to do but your custom href goes here');
    
});
于 2013-08-05T14:49:03.450 回答