1 2 3 4 5 6#coding:utf-8 from django.http import HttpResponse def index(request): return HttpResponse(u'Hello xueweihan!')
1 2 3 4 5 6
#coding:utf-8 from django.http import HttpResponse def index(request): return HttpResponse(u'Hello xueweihan!')