django自定義標籤

自定義一個返回日期的標籤 前端界面: urls: views: 自定義標籤的代碼: from django import template register = template.Library() import datetime class CurrentTimeNode(template.Node): """ template.Node提供了HttpResponse方法
相關文章
相關標籤/搜索