This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
locky
/
ASJPush
Sledovat
1
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Strom:
860f161f5e
Větve
Značky
master
test
test_us
ASJPush
/
Controller
/
testController.py
testController.py
99 B
Historie
Surový
1
2
3
4
5
from django.http import HttpResponse
def index(request):
return HttpResponse("测试成功!")