from django.shortcuts import render def index(request): context={ 'books':[ '5年高考3年模拟', '家猪养殖与配种', 'Python 3 面向对象编程', 'MySQL数据库从删库到跑路' ], 'person':{ 'username':'randomlee', ', ' }, 'book2s':[ { 'name':'5年高考3年模拟', 'author':'黄冈中学', ' }, { 'name':'家猪养殖与…