prepend
功能說明
將指定的內容加到原字串之前。
語法
{{ 字串 | prepend: 前置字串 }}
範例
{{ "World" | prepend: "Hello " }}
Hello World
Updated about 2 months ago
功能說明
將指定的內容加到原字串之前。
語法
{{ 字串 | prepend: 前置字串 }}
範例
{{ "World" | prepend: "Hello " }}
Hello World
Updated about 2 months ago