摘要:
<header> <!-- Bootstrap Library --> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="s 阅读全文
posted @ 2021-10-01 19:33
lisicn
阅读(331)
评论(0)
推荐(0)
摘要:
pip install pip install django-cors-headers 后端settings INSTALLED_APPS = [ ... 'corsheaders', ] MIDDLEWARE = [ 'corsheaders.middleware.CorsMiddleware', 阅读全文
posted @ 2021-10-01 19:29
lisicn
阅读(45)
评论(0)
推荐(0)