Django框架學習筆記(19.自定義分頁)

在講自定義分頁之前,先講一個簡單的。 在模板語言中還有一些特殊的存在,比如這個: def tpl4(request): name = "asdf123456" return render(request, 'tpl4.html', {'name': name}) tpl4.html: <body> {{ name }} {{ name|upper }} </body> 運行後: 這
相關文章
相關標籤/搜索