一、views.py 的代碼 class Person(object): def __init__(self,name,age): self.name = name
使用環境:同上一篇django文章。啟動web服務:cd py3/django-test1/test4python manage.py runserver 192.168.255.70:8000一、先