📜  在 jquery 中获取 href 值 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:04:03.829000             🧑  作者: Mango

代码示例4
$('a').attr('href'); // gets the actual value
$('a').prop('href'); // gets the full URL always