摘要: Django中 1 下载 pip3.8 install django-cors-headers 2 注册app INSTALLED_APPS = [ '...' 'corsheaders' ] 3 插入中间件 MIDDLEWARE = [ '...' 'corsheaders.middleware. 阅读全文
posted @ 2023-06-08 14:56 刹爵 阅读(105) 评论(0) 推荐(0)