模板过滤器 - last
定义和用法
该 last
过滤器返回对象的最后一个项目。
对于字符串,last
过滤器返回最后一个字符
使用 first
过滤器返回第一个项目。
语法
模板过滤器通过使用管道 |
字符后跟过滤器的名称来定义。
{{ value|last }}
该 last
过滤器返回对象的最后一个项目。
对于字符串,last
过滤器返回最后一个字符
使用 first
过滤器返回第一个项目。
模板过滤器通过使用管道 |
字符后跟过滤器的名称来定义。
{{ value|last }}
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]