-
format_html()
sep
連接。sep
也通過conditional_escape()
args_generator
應該是一個迭代器,它返回將傳遞給format_html()
args
序列。例如:format_html_join( '\n', "<li>{} {}</li>", ((u.first_name, u.last_name) for u in users) )
本文介紹 django.utils.html.format_html_join
的用法。
聲明
format_html_join(sep, format_string, args_generator)[source]
相關用法
- Python Django format_html用法及代碼示例
- Python Django format_lazy用法及代碼示例
- Python format()用法及代碼示例
- Python calendar formatmonth()用法及代碼示例
- Python calendar formatyear()用法及代碼示例
- Python focus_set() and focus_get()用法及代碼示例
- Python dict fromkeys()用法及代碼示例
- Python frexp()用法及代碼示例
- Python functools.wraps用法及代碼示例
- Python functools.singledispatchmethod用法及代碼示例
- Python float轉exponential用法及代碼示例
- Python calendar firstweekday()用法及代碼示例
- Python float.is_integer用法及代碼示例
- Python filecmp.cmpfiles()用法及代碼示例
- Python functools.singledispatch用法及代碼示例
- Python fileinput.filelineno()用法及代碼示例
- Python fileinput.lineno()用法及代碼示例
- Python fileinput.input用法及代碼示例
- Python functools.partial用法及代碼示例
- Python functools.partialmethod用法及代碼示例
- Python fnmatch.fnmatch用法及代碼示例
- Python functools.cache用法及代碼示例
- Python Django fromfile用法及代碼示例
- Python functools.lru_cache用法及代碼示例
注:本文由純淨天空篩選整理自djangoproject.com大神的英文原創作品 django.utils.html.format_html_join。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。