$("#ID").click({x:"value"},function (e) {
alert(e.data.x);
});
转载于:https://www.cnblogs.com/something/p/3143915.html
$("#ID").click({x:"value"},function (e) {
alert(e.data.x);
});
转载于:https://www.cnblogs.com/something/p/3143915.html