DjangoStudy——初識Django

自定義一個簡單的Web框架 須知 想要通過在網址欄裏面輸入不同的URL鏈接,實現不同的頁面間的跳轉 路由系統  routes = [ ('/xxx',f1), ('/ooo',f2), ('/hhh',f3), ] def f1(): return b'this is xxxx' def f2(): return b'this is oooo'
相關文章
相關標籤/搜索