Repeat a string multiple times

How to repeat a string a specified number of times in the Anqi CMS template?

repeatThe filter can repeat a string a specified number of times.

Usage method

repeatHow to use the filter:

{{obj|repeat:次数}}

For example, to repeat安企CMS5 times, it can be written as:

{{"安企CMS"|repeat:5}}
# 显示结果
安企CMS安企CMS安企CMS安企CMS安企CMS

Example Demonstration

{{"安企CMS"|repeat:5}}
# 显示结果
安企CMS安企CMS安企CMS安企CMS安企CMS