模板过滤器 - addslashes
定义和用法
addslashes
过滤器在任何引号之前添加反斜杠 \
字符。
当您处理 JavaScript 并必须转义引号字符时,这很有用。
如果没有上述示例中的 addslashes
过滤器,当有人点击按钮时,页面会出错。
语法
模板过滤器通过使用管道 |
字符后跟过滤器的名称来定义。
{{ value|addslashes }}
addslashes
过滤器在任何引号之前添加反斜杠 \
字符。
当您处理 JavaScript 并必须转义引号字符时,这很有用。
如果没有上述示例中的 addslashes
过滤器,当有人点击按钮时,页面会出错。
模板过滤器通过使用管道 |
字符后跟过滤器的名称来定义。
{{ value|addslashes }}
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]