function callbackSnippetDetails(data,status,req){
var json = eval("(" + data + ")");
$("#createBy").html(json.createby);
$("#createtime").html(json.createtime);
$("#updateBy").html(json.updateby);
$("#updatetime").html(json.updatetime);
$("#describtion").html(json.description);
$("#test").html(json.codesnippet);
}
test
最新推荐文章于 2025-03-13 17:48:15 发布