JQuery 动态修改 a 标签 href 链接 0 By 董德多 on 2022年11月9日 JQuery <a href="https://www.baidu.com" id="homepage">网站主页</a> $('#homepage').attr('href', 'https://www.02405.com')#homepage选择id为homepage的元素attr设置指定的属性值'href', 'https://www.02405.com'将href 属性修改为 https://www.02405.com attr href