var product={"id":1,"name":"3dddd\"","descs":"ccc","yprice":"15","stime":"100000000","total":"20","sold":"15","xprice":"10","ontime":10000000,"createtime":100000,"updatetime":100000,"model":0};
ejs格式输出:
<%=product%>
结果:
{"id":1,"name":"3dddd\"","descs":"ccc","yprice":"15","stime":"100000000","total":"20","sold":"15","xprice":"10","ontime":10000000,"createtime":100000,"updatetime":100000,"model":0};
需要使用<%-product%>才正常。