摘要: <script> new Vue({ el:"#app", data() { return { arr:[], ShowArr:false, } }, created:function () { this.getData(); }, methods:{ getData(){ axios.get("/ 阅读全文
posted @ 2021-12-06 18:03 小宋的学习笔记 阅读(445) 评论(0) 推荐(0)