摘要: 在JSP中书写JavaScript代码时,我想用ES6的模板字符串快速的处理接收到的数据。 当时的代码如下: $('#btn')[0].addEventListener('click', function () { $.get('/student/getCourse', function (data 阅读全文
posted @ 2023-05-22 22:06 秋天Code 阅读(160) 评论(0) 推荐(0)
摘要: 问题描述: 在form表单中,我放了一个button想要来发送ajax请求,但是我点击后,却触发了表单的提交。 下面是当时的源码 <form> <table> <thead> <tr> <th>欢迎您!</th> <th>${stuName}</th> </tr> <tr> <td colspan= 阅读全文
posted @ 2023-05-22 21:54 秋天Code 阅读(33) 评论(0) 推荐(0)