$(function(){
$('#ygtt').datagrid({
    url: 'YgWeb/YgWebAshx/YgInfAshx.ashx?name=PresNo&cx=13113061',
title: '查詢結果',
width: 750,
height: 400,
fitColumns: true,
columns:[[
{ field: 'PresNo', title: '工號', width: 100, align: 'center' },
{ field: 'PersName', title: '姓名', width: 100, align: 'center' },
{ field: 'DivisionLevel', title: '處級', width: 100, align: 'center' },
{ field: 'CourseLevel', title: '科級', width: 100, align: 'center' },
{ field: 'hkGroup', title: '站別', width: 100, align: 'center' },
{ field: 'GenderKey', title: '性別', width: 100, align: 'center' },
                    { field: 'Birthdate', title: '出生日期', width: 100, align: 'center' }
]]
});
});返回的字符串是以下
{"total":1,"rows":[{"PresNo":"13113061","PersName":"葉 炯標","DivisionLevel":"管理處","CourseLevel":"系統課","hkGroup":"系統課","GenderKey":"男","Birthdate":"1988/8/21 0:00:00"},]}有高人能指點下爲什麽不能顯示數據呢?我也跟easyui的實例對比過,沒有json格式沒有錯啊,但是我也嘗試在easyui示例的josn文件中這樣寫,也是顯示不了