摘要:
一.环境 环境建议使用python3.8以上 二.包准备 1.找到你相应的python环境进入scrpit pip install django 2.打开你的工作目录,进入该文件夹相应的cmd,创建项目 “你刚刚下载的python的script环境”+django-admin.exe startpr 阅读全文
摘要:
<template> <div> <first-page-3 :person="person" ></first-page-3> </div> </template> <script> import FirstPage3 from './FirstPage3.vue' export default 阅读全文