摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <div id="app"> {{message}} </div> <div id="app2"> { 阅读全文
posted @ 2020-12-06 22:13 Mr_sven 阅读(81) 评论(0) 推荐(0) 编辑
摘要: <script src="https://cdn.jsdelivr.net/npm/vue@2.5.21/dist/vue.js"></script> <script src="https://cdn.jsdelivr.net/npm/vue@2.5.21/dist/vue.min.js"></sc 阅读全文
posted @ 2020-12-06 21:59 Mr_sven 阅读(108) 评论(0) 推荐(0) 编辑
摘要: <table class="table"> <tr> <th>ID</th> <th>描述</th> <th>操作</th> </tr> <tr th:each="question:${questions}"> <td th:text="${question.id}"></td> <td th:te 阅读全文
posted @ 2020-12-06 09:30 Mr_sven 阅读(1977) 评论(0) 推荐(1) 编辑