摘要:<script>function getNameList(){ $.getJSON('/Namelist',function(res){ var content='' $.each(res,function(k,v){ content += '<tr>' content += '<td>'+v[0]
阅读全文
posted @ 2016-07-27 11:27
posted @ 2016-07-27 11:27