您好,这样的:目测你只需要把data-url写好,比如写 data-url=“userList.htm”,然后userList.htm返回数据如: {"state":"xxx","email":"xxx",...},即按照你th中写的字段返回json即可。