Templates in JS?

前端 未结 4 1086
花落未央
花落未央 2021-01-17 03:55

All we like simple, structured code that is easy to comply with. We try to bring a difference between appearance and logics. In PHP, for instance, we can use a template mech

4条回答
  •  旧时难觅i
    2021-01-17 04:20

    I've used things like js-template for client side templates. For server side, whatever template mechanism was present in the system at hand could usually be applied to plain text javascript files.

提交回复
热议问题