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) + '...'