reverse
功能說明
反轉陣列或字串的順序。
語法
{{ 陣列 | reverse }}
{{ 字串 | reverse }}範例
{{ [1, 2, 3] | reverse }}[3, 2, 1]{{ "Liquid" | reverse }}diquiLUpdated 6 months ago
功能說明
反轉陣列或字串的順序。
語法
{{ 陣列 | reverse }}
{{ 字串 | reverse }}範例
{{ [1, 2, 3] | reverse }}[3, 2, 1]{{ "Liquid" | reverse }}diquiLUpdated 6 months ago