要使用测试客户端,请实例化django.test.Client并检索网页:. >>> from django.test import Client >>> c = Client() >>> response ...
確定! 回上一頁