JAVA日报

点击事件的设置方法

setTimeout(function () {
$("#btn").on("click",function () {
//var num = document.getElementById("num").value;
//initdata(num);
});
},0);

posted @ 2021-10-28 22:55  我的未来姓栗山  阅读(25)  评论(0)    收藏  举报