智能社——http://www.zhinengshe.com { {msg | currency}}
智能社——http://www.zhinengshe.com { {msg}}
智能社——http://www.zhinengshe.com { {msg | toDou}}
智能社——http://www.zhinengshe.com { {msg | toDou '12' '5'}}
智能社——http://www.zhinengshe.com { {msg | toDou('12','5')}}
6. 过滤器 之前: 系统就自带很多过滤 { {msg | currency}} { {msg | json}} .... limitBy filterBy ..... 一些简单功能,自己通过js实现 到了2.0, 内置过滤器,全部删除了 lodash 工具库框架, _.debounce(fn,200) 自定义过滤器——还有 但是,自定义过滤器传参 之前: { {msg | toDou '12' '5'}} 现在: { {msg | toDou('12','5')}}