Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能会有所帮助!
$('li').each(函数(){ p = $(this).find('a'); $(p).attr('href','Not sure what you are trying to do but your custom href goes here'); });
$('li').each(函数(){
p = $(this).find('a'); $(p).attr('href','Not sure what you are trying to do but your custom href goes here'); });