You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2022. It is now read-only.
本项目的
template模块由 underscore-template 类库实现,详细功能说明请参见该类库的 API 文档 和 Wiki。需要注意的是,所有 JavaScript API 均挂接在
_.template命名空间下。比如:template.add()→_.template.add()template.render()→_.template.render()