Loading

摘要: DRF框架 # 安装 >: pip3 install djangorestframework # drf框架规矩的封装风格 from rest_framework.views import APIView from rest_framework.response import Response fr 阅读全文
posted @ 2019-10-15 22:51 1640808365 阅读(397) 评论(0) 推荐(0)
摘要: 路由跳转的几种方式 """ this.$router.push('/course'); this.$router.push({name: course}); this.$router.go(-1); this.$router.go(1); <router-link to="/course">课程页< 阅读全文
posted @ 2019-10-15 14:46 1640808365 阅读(553) 评论(0) 推荐(0)