jquery怎么把元素的某个属性的值取出来?

2024-12-01 19:53:47
推荐回答(2个)
回答1:

$("span[data_salePrice]").attr("data_salePrice")

回答2:

$(元素).attr("XX")