模板过滤器 - json_script
定义和用法
The json_script
过滤器将对象(例如 Python 元组)转换为 JSON 对象,并用 <script> 标签包围。
语法
{{ value|json_script:id }}
模板过滤器通过使用管道 |
字符后跟过滤器名称来定义。
参数通过使用冒号 :
字符后跟参数值来定义。
参数
值 | 描述 |
---|---|
id | 必需。一个字符串,将作为 script 元素的 id 值。 |
The json_script
过滤器将对象(例如 Python 元组)转换为 JSON 对象,并用 <script> 标签包围。
{{ value|json_script:id }}
模板过滤器通过使用管道 |
字符后跟过滤器名称来定义。
参数通过使用冒号 :
字符后跟参数值来定义。
值 | 描述 |
---|---|
id | 必需。一个字符串,将作为 script 元素的 id 值。 |
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]