07 2022 档案

摘要:1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>jQuery实现倒计时</title> 6 <body> 7 <input type="button" id="btn" value="免费获取验证码" onc 阅读全文
posted @ 2022-07-25 23:42 bosomer 阅读(41) 评论(0) 推荐(0)
摘要:1 <body> 2 手机号码:<input type="text"> 3 <button>发送</button> <script> //获取button元素 let btn = document.querySelector("button"); //给button按钮添加click事件 btn.a 阅读全文
posted @ 2022-07-25 23:16 bosomer 阅读(325) 评论(0) 推荐(0)