Bind JSON object to HTML element

前端 未结 6 660
自闭症患者
自闭症患者 2020-12-31 13:29

I want to bind a JSON object to a HTML element.

e.g.

I have a object \"person\" with the attributes \"firstName\", \"lastName\"

6条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-31 13:44

    You can use one of the MVC/MVVM libereries such is Backbone.js or Knockoutjs.

提交回复
热议问题