ecomfe / etpl

ETPL是一个强复用、灵活、高性能的JavaScript模板引擎,适用于浏览器端或Node环境中视图的生成。
http://ecomfe.github.io/etpl/
BSD 3-Clause "New" or "Revised" License
496 stars 96 forks source link

能不能再解析${name|filter1|filter2}后返回的是filter2返回的结果,而不toString? #76

Open Jeffy2012 opened 7 years ago

Jeffy2012 commented 7 years ago

比如说filter2 返回的是一个对象,调用etpl.render后也返回是个对象,而不是toString后的结果。虽然不符合etpl的定位,但是我感觉这个功能很好