CRUD DATABASE使用json源代码

时间:2014-06-30 05:02:05

标签: json jquery-datatables crud

我在路径.. /my.json

的某些地方有这个.json源码

{ "Aro":[ {    "Name" : "Jhon",    "Surname" : "Kenneth",    "mobile" : 329129293, "email" : "jhon@gmail.com" }, { "Name" : "Jhon", "Surname" : "Kenneth", "mobile" : 329129293,  "email" : "jhon@gmail.com" }, {    "Name" : "Jhon",    "Surname" : "Kenneth",     "mobile" : 329129293,    "email" : "jhon@gmail.com" }], "Are":[ {   "Name" : "Thor",    "Surname" : "zvalk",     "mobile" : 349229293,   "email" : "thor@gmail.com" }, {    "Name" : "Thor",     "Surname" : "zvalk",  "mobile" : 349229293,   "email" : "thor@gmail.com" }, { "Name" : "Thor",  "Surname" : "zvalk", "mobile" : 349229293,   "email" : "thor@gmail.com" }, ] }

我希望在HTML中用作CRUD数据库表中的源代码。 该表能够运动,添加,编辑,删除,更新......

plz plz plz帮帮我......

1 个答案:

答案 0 :(得分:0)

您可以将CRUD DataGrid与jQuery EasyUI一起使用

http://www.jeasyui.com/tutorial/app/crud2.php