ajax 显示json数据在table中

$(function() { $('#test').click(function() { $.ajax({ url: 'fenshu.json', // data:"[{'name':'1', 'result'':'60''}]", type: 'get', dataType: 'json', success: function(jso
相关文章
相关标签/搜索