Node.js中用到的第三方框架(常用、持续更新)

<body> <!-- 在浏览器中需要引用lib/template-web.js --> <script src="node_modules/art-template/lib/template-web.js"></script> <script type="text/template" id="tpl"> hello {{name}} </script> <script> var ret=template('t...