Know of JavaScript template engines out there?

2019-06-11 06:44发布

问题:

I need to generate very big html files based on data entered in a huge form. The project is done in AdobeAIR (js). What templating techniques would you recommend other than Dojo dtl?

回答1:

Check out John Resig's micro template. It's pretty simple and pretty dope. Now, I don't know how far down that rabbit hole you need to go, but if it's not too far...this works well.