hymn

忽有故人心头过,回首山河已是秋。

  menu
132 文章
0 浏览
2 当前访客
ღゝ◡╹)ノ❤️

js 获取自定义data值

<a :data-id="hymn" id="demo"></a>
// 获取自定义data数据
$("#demo").data("id")
// 设置data数据
$("#demo").data("id","123")

标题:js 获取自定义data值
作者:hymn
地址:https://www.dxyhymn.com/articles/2020/06/17/1592384239703.html