Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
翡翠テンプレートに文字列メソッドはありますか?
のようsubStrにslice、、toLowerCase?
subStr
slice
toLowerCase
このAPIはドキュメントにあります
どこで見つけることができますか?
テンプレート内の変数をそのまま操作できます。つまり、JavaScript変数にすぎません。
html head title= title.toUpperCase() body p= text.substr(1, 100) + '...'