中专学历查询系统:在线查询中专学历查询入口

移民百科2023-12-11 15:41:10无极

中专学历查询系统

中专学历查询系统:在线查询中专学历查询入口

中专学历查询系统
在线查询中专学历查询入口
请输入您的身份证号码:
查询
查询结果:
姓名
专业
学历
查询时间
操作
{% for result in results %}
{{ result.name }}
{{ result.major }}
{{ result.degree }}
{{ result.query_time }}
修改
删除
{% endfor %}
$(function() {
var id = {{ request.args.id }};
$.getJSON("{{ urlfor('getdegree', id=id) }}", function(data) {
var results = [];
for (var i = 0; i ");
for (var i = 0; i ").append("").html(results[i].name);
$("").html(results[i].major);
$("").html(results[i].degree);
$("").html(results[i].query_time);
$("").html("修改");
$("").html("删除");
$("").html("");
$("").html("");
$("").html("");
$("").html("");
}
$("#results").find("table").table();
});
});

猜你喜欢