This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
benson
/
LandGreenProject
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
a53e1d8ee0
Ramos
Etiquetas
master
LandGreenPro...
/
LandGreen Project
/
LandGreen
/
app
/
user
/
views.py
views.py
153 B
Histórico
Em bruto
1
2
3
4
5
6
#針對用戶業務邏輯處理的視圖和路由的定義
from . import user
@user.route('/user')
def user_index():
return "這是user中的首頁"