摘要:
欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###在jquery的ajax函数中,可以传入3种类型的数据 文本:"uname=alice&mobileIpt=110&birthday=1983-05-12" json对 阅读全文
摘要:
欢迎光临我的博客[http://poetize.cn],前端使用Vue2,聊天室使用Vue3,后台使用Spring Boot ###依赖 <dependency> <groupId>com.github.penggle</groupId> <artifactId>kaptcha</artifactI 阅读全文
摘要:
嵌入式 点击按钮 脚本模型 btn.onclick=function(){} W3C事件写法 添加事件:appEventListener(事件名,事件函数,false ) btn.addEventListener('click',function(){},false); btn.addEventLi 阅读全文