文章摘要
文章内容展示了题库管理系统的统计数据,包含初级、中级和高级题库的相关信息。具体来说,初级题库包含171道题目,中级题库有15道题目,高级题库目前尚未有题目。此外,文章提到各题库的回答数量分别为14、9和0,操作成功显示为"操作成功"。总结来看,文章主要反映了当前题库系统的统计数据情况。
<?php
$libstatis='{
“code”: 0,
“data”: [{
“answer_count”: 14,
“created_at”: “2019-09-06 16:35:06”,
“id”: 1,
“level”: 1,
“name”: “初级题库”,
“questions_count”: 171
}, {
“answer_count”: 9,
“created_at”: “2019-09-06 16:35:20”,
“id”: 2,
“level”: 2,
“name”: “中级题库”,
“questions_count”: 15
}, {
“answer_count”: 0,
“created_at”: “2019-09-06 16:35:30”,
“id”: 3,
“level”: 3,
“name”: “高级题库”,
“questions_count”: 0
}],
“message”: “操作成功”
}’;
$libstatis='{
“code”: 0,
“data”: [{
“answer_count”: 14,
“created_at”: “2019-09-06 16:35:06”,
“id”: 1,
“level”: 1,
“name”: “初级题库”,
“questions_count”: 171
}, {
“answer_count”: 9,
“created_at”: “2019-09-06 16:35:20”,
“id”: 2,
“level”: 2,
“name”: “中级题库”,
“questions_count”: 15
}, {
“answer_count”: 0,
“created_at”: “2019-09-06 16:35:30”,
“id”: 3,
“level”: 3,
“name”: “高级题库”,
“questions_count”: 0
}],
“message”: “操作成功”
}’;
echo $libstatis;
© 版权声明
文章版权归作者所有,未经允许请勿转载。