[关闭]
@xunuo 2018-08-03T08:22:59.000000Z 字数 14889 阅读 813

界面

前端


first.html

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>首页</title>
  6. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
  7. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/css/materialize.min.css">
  8. <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
  9. <script src="http://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
  10. <script src="http://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  11. <style>
  12. /*body{
  13. min-width: 1000px;
  14. overflow-x: auto!important;
  15. overflow-y: auto!important;
  16. }*/
  17. .fontsize {
  18. font-size: 16px;
  19. }
  20. .picsize {
  21. position: relative;
  22. width: 100%;
  23. height: 643px;
  24. overflow: hidden;
  25. zoom: 1;
  26. }
  27. .leftbottom {
  28. text-align: center;
  29. background: #EBF8FF repeat;
  30. }
  31. .cover_design {
  32. position: relative;
  33. padding: 0;
  34. width: 100%;
  35. }
  36. .leftbottom i {
  37. width: 70px;
  38. height: 70px;
  39. display: block;
  40. margin: 10px auto 5px;
  41. }
  42. .leftbottom li {
  43. width: 20%;
  44. height: 150px;
  45. margin: 5px auto;
  46. display: block;
  47. float: left;
  48. cursor: pointer;
  49. }
  50. .righttitle {
  51. line-height: 24px;
  52. color: #4876FF;
  53. font-weight: 500;
  54. font-size: 24px;
  55. border-left: 4px solid #4876FF;
  56. padding 0 6px;
  57. margin-top: 5px;
  58. }
  59. .rightmore {
  60. float: right;
  61. font-size: 12px;
  62. color: #4876FF;
  63. }
  64. .info1 {
  65. margin: 0 0 0 40px;
  66. }
  67. .rightway {
  68. width: 50%;
  69. height: 542px;
  70. float: right;
  71. }
  72. .righttop {
  73. width: 95%;
  74. height: 50%;
  75. margin: 0 auto;
  76. border: 1px solid #cccccc;
  77. padding: 10px 10px;
  78. }
  79. .rightbottom {
  80. width: 95%;
  81. height: 100%;
  82. margin: 10px auto 0;
  83. border: 1px solid #cccccc;
  84. padding: 10px 10px;
  85. }
  86. .rightlist {
  87. width: 6px;
  88. height: 6px;
  89. background: #999999;
  90. display: inline-block;
  91. float: left;
  92. margin-top: 8px;
  93. margin-right: 5px;
  94. }
  95. .ulsize {
  96. padding-top: 10px;
  97. }
  98. .listsize {
  99. font-size: 16px;
  100. }
  101. .listtime {
  102. display: inline-block;
  103. color: #cccccc;
  104. float: right;
  105. margin-right: 4px;
  106. }
  107. .img1 {
  108. background: url(https://www.easy-flying.com/source/images/webimg/w13.png) no-repeat;
  109. }
  110. .img2 {
  111. background: url(https://www.easy-flying.com/source/images/webimg/w14.png) no-repeat;
  112. }
  113. .img3 {
  114. background: url(https://www.easy-flying.com/source/images/webimg/w15.png) no-repeat;
  115. }
  116. .img4 {
  117. background: url(https://www.easy-flying.com/source/images/webimg/w16.png) no-repeat;
  118. }
  119. .img5 {
  120. background: url(https://www.easy-flying.com/source/images/webimg/w17.png) no-repeat;
  121. }
  122. .imgsize {
  123. height: 60px;
  124. display: block;
  125. margin-top: 0px;
  126. }
  127. .fontinfo1 {
  128. height: 26px;
  129. display: block;
  130. text-align: center;
  131. }
  132. .fontinfo {
  133. font-size: 16px;
  134. color: #30373d;
  135. font-weight: 600;
  136. letter-spacing: 2px;
  137. line-height: 30px;
  138. }
  139. .htpintroduce {
  140. display: none;
  141. width: 90%;
  142. height: 150px;
  143. background: rgba(0, 0, 0, 0.8);
  144. position: absolute;
  145. bottom: 0px;
  146. text-align: left;
  147. padding: 30px 5%;
  148. color: #fff;
  149. }
  150. .footer_design {
  151. background: #FFFFFF;
  152. bottom: 0;
  153. position: fixed;
  154. height: 70px;
  155. line-height: 50px;
  156. text-align: center;
  157. color: #000000;
  158. font-size: 13px;
  159. width: 100%;
  160. margin-top: 20px;
  161. left: 0;
  162. }
  163. .footer_font_design1 {
  164. line-height: 85px;
  165. height: 50px;
  166. }
  167. .footer_font_design2 {
  168. line-height: 20px;
  169. height: 50px;
  170. }
  171. </style>
  172. </head>
  173. <body>
  174. <!-- 导航栏 -->
  175. <div>
  176. <nav style="background-color:#63B8FF">
  177. <ul class="right">
  178. <li>
  179. <a class="fontsize" href="#">首页</a>
  180. </li>
  181. <li>
  182. <a class="fontsize" href="#">APP</a>
  183. </li>
  184. <li>
  185. <a class="fontsize" href="news.html">新闻</a>
  186. </li>
  187. <li>
  188. <a class="fontsize" href="#">公告</a>
  189. </li>
  190. <li>
  191. <a class="fontsize" href="#">资料</a>
  192. </li>
  193. <li>
  194. <a class="fontsize" href="#">联系我们</a>
  195. </li>
  196. <li>
  197. <a class="fontsize" href="#">注册</a>
  198. </li>
  199. <li>
  200. <a class="fontsize" href="#">登录</a>
  201. </li>
  202. </ul>
  203. </nav>
  204. </div>
  205. <br>
  206. <!-- 图片轮换 -->
  207. <div class="col-sm-6">
  208. <div id="myCarousel" class="carousel slide picsize">
  209. <!-- 轮播(Carousel)指标 -->
  210. <ol class="carousel-indicators">
  211. <li data-target="#myCarousel" data-slide-to="0" class="active"></li>
  212. <li data-target="#myCarousel" data-slide-to="1"></li>
  213. <li data-target="#myCarousel" data-slide-to="2"></li>
  214. </ol>
  215. <!-- 轮播(Carousel)项目 -->
  216. <div class="carousel-inner">
  217. <div class="item active">
  218. <img src="http://pic21.photophoto.cn/20111106/0020032891433708_b.jpg" alt="First slide" style="height: 643px; width: 100%;">
  219. </div>
  220. <div class="item">
  221. <img src="http://pic5.photophoto.cn/20071228/0034034901778224_b.jpg" alt="Second slide" style="height: 643px; width: 100%;">
  222. </div>
  223. <div class="item">
  224. <img src="http://pic21.photophoto.cn/20111106/0020032891433708_b.jpg" alt="Third slide" style="height: 643px;width: 100%;">
  225. </div>
  226. </div>
  227. <!-- 轮播(Carousel)导航 -->
  228. <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev"> <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
  229. <span class="sr-only">Previous</span>
  230. </a>
  231. <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next"> <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
  232. <span class="sr-only">Next</span>
  233. </a>
  234. </div>
  235. <div class="leftbottom" style="width:100%;height:150px;">
  236. <ul>
  237. <li>
  238. <!-- <img src="https://www.easy-flying.com/source/images/webimg/w13.png"></i>-->
  239. <div class="cover_design" id="cover1">
  240. <i class="img1"></i>
  241. <span class="imgsize">
  242. <span class="fontinfo1 fontinfo">协同管理</span>
  243. </span>
  244. <div class="htpintroduce" id="htp1">
  245. 紧密结合民航最新政策法规
  246. <br>监管部门协同管理
  247. </div>
  248. </div>
  249. </li>
  250. <li>
  251. <div class="cover_design" id="cover2">
  252. <i class="img2"></i>
  253. <span class="imgsize">
  254. <span class="fontinfo1 fontinfo">方便使用</span>
  255. </span>
  256. <div class="htpintroduce" id="htp2">
  257. 无论在办公室还是室外,随时通过电脑,手机管理和监视飞行器
  258. </div>
  259. </div>
  260. </li>
  261. <li>
  262. <div class="cover_design" id="cover3">
  263. <i class="img3"></i>
  264. <span class="imgsize">
  265. <span class="fontinfo1 fontinfo">实时反馈</span>
  266. </span>
  267. <div class="htpintroduce" id="htp3">
  268. 结合空域数据,实现飞行器飞行全过程实时监视,自动告警
  269. </div>
  270. </div>
  271. </li>
  272. <li>
  273. <div class="cover_design" id="cover4">
  274. <i class="img4"></i>
  275. <span class="imgsize">
  276. <span class="fontinfo1 fontinfo">云端存储</span>
  277. </span>
  278. <div class="htpintroduce" id="htp4">
  279. 实现飞行服务数据云存储
  280. </div>
  281. </div>
  282. </li>
  283. <li>
  284. <div class="cover_design" id="cover5">
  285. <i class="img5"></i>
  286. <span class="imgsize">
  287. <span class="fontinfo1 fontinfo">数据接入</span>
  288. </span>
  289. <div class="htpintroduce" id="htp5">
  290. 支持互联网/2G/3G/4G/ADS-B/北斗/雷达等多种链路数据接入
  291. </div>
  292. </div>
  293. </li>
  294. </ul>
  295. </div>
  296. </div>
  297. <div class="rightway col-sm-6">
  298. <div class="righttop">
  299. <h2 class="righttitle">公司简介
  300. <a class="rightmore" href="#">查看更多>></a>
  301. </h2>
  302. <p class="info1"></p>
  303. </div>
  304. <div class="rightbottom">
  305. <h2 class="righttitle">新闻
  306. <a class="rightmore" href="news.html">查看更多>></a>
  307. </h2>
  308. <ul class="ulsize" id="newslist">
  309. </ul>
  310. </div>
  311. </div>
  312. <div class="footer_design">
  313. <div class="footer_font_design1">COPYRIGHT 2017-2018 海航通航飞行服务系统</div>
  314. <div class="footer_font_design2">琼ICP备17000540号</div>
  315. </div>
  316. <script>
  317. $(document).ready(function() {
  318. $("#cover1").mouseover(function() {
  319. $("#htp1").show();
  320. });
  321. $("#cover1").mouseout(function() {
  322. $("#htp1").hide();
  323. });
  324. $("#cover2").mouseover(function() {
  325. $("#htp2").show();
  326. });
  327. $("#cover2").mouseout(function() {
  328. $("#htp2").hide();
  329. });
  330. $("#cover3").mouseover(function() {
  331. $("#htp3").show();
  332. });
  333. $("#cover3").mouseout(function() {
  334. $("#htp3").hide();
  335. });
  336. $("#cover4").mouseover(function() {
  337. $("#htp4").show();
  338. });
  339. $("#cover4").mouseout(function() {
  340. $("#htp4").hide();
  341. });
  342. $("#cover5").mouseover(function() {
  343. $("#htp5").show();
  344. });
  345. $("#cover5").mouseout(function() {
  346. $("#htp5").hide();
  347. });
  348. var getScenemapData = function() {
  349. var jsondata = {};
  350. $.getJSON("test.json", function(data, status) {
  351. console.log("是是不是成功读到数据" + status);
  352. if(status == 'success') {
  353. jsondata = data;
  354. $(".info1").html(data.introduce);
  355. for(var i = 0; i < 5; i++) {
  356. var ul = document.getElementById("newslist");
  357. var li = document.createElement("li");
  358. var span1 = document.createElement("span");
  359. var span2 = document.createElement("span");
  360. var a = document.createElement("a");
  361. a.setAttribute("class", "listsize");
  362. a.setAttribute("href", "#");
  363. a.setAttribute("target", "_blank");
  364. a.innerHTML = data.news[i].things;
  365. span1.setAttribute("class", "rightlist");
  366. span2.setAttribute("class", "listtime");
  367. span2.innerHTML = data.news[i].time;
  368. li.appendChild(span1);
  369. li.appendChild(a);
  370. li.appendChild(span2);
  371. ul.appendChild(li);
  372. }
  373. return jsondata;
  374. } else {
  375. console.log("没有读取到本地文件:" + status);
  376. return false;
  377. }
  378. });
  379. }
  380. getScenemapData();
  381. });
  382. </script>
  383. </body>
  384. </html>

news.html

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>新闻</title>
  6. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
  7. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.0/css/materialize.min.css">
  8. <link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css">
  9. <script src="http://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script>
  10. <script src="http://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
  11. <style>
  12. .fontsize {
  13. font-size: 16px;
  14. }
  15. .bodysize {
  16. width: 80%;
  17. margin: 0 auto;
  18. font-align: center;
  19. min-width: 100px;
  20. overflow-x: auto!important;
  21. overflow-y: hiden!important;
  22. }
  23. .tabledesign {
  24. margin: 1px auto;
  25. }
  26. .caption_design {
  27. text-align: center;
  28. font-size: 16px;
  29. font-weight: 900;
  30. }
  31. .tablesize {
  32. width: calc(100%-200%);
  33. display: inline-block;
  34. overflow: hidden;
  35. text-overflow: ellipsis;
  36. text-indent: 10px;
  37. }
  38. .biaodandesign {
  39. position: absolute;
  40. bottom: 0;
  41. width: 100%;
  42. height: 15%;
  43. text-align: center;
  44. font-size: 16px;
  45. }
  46. .footer_design {
  47. background: #FFFFFF;
  48. bottom: 0;
  49. position: fixed;
  50. height: 70px;
  51. line-height: 50px;
  52. text-align: center;
  53. color: #000000;
  54. font-size: 13px;
  55. width: 100%;
  56. margin-top: 20px;
  57. left: 0;
  58. }
  59. .footer_font_design1 {
  60. line-height: 85px;
  61. height: 50px;
  62. }
  63. .footer_font_design2 {
  64. line-height: 20px;
  65. height: 50px;
  66. }
  67. </style>
  68. </head>
  69. <body>
  70. <!-- 导航栏 -->
  71. <div>
  72. <nav style="background-color:#63B8FF">
  73. <ul class="right ">
  74. <li>
  75. <a class="fontsize" href="first.html">首页</a>
  76. </li>
  77. <li>
  78. <a class="fontsize" href="#">APP</a>
  79. </li>
  80. <li>
  81. <a class="fontsize" href="news.html">新闻</a>
  82. </li>
  83. <li>
  84. <a class="fontsize" href="#">公告</a>
  85. </li>
  86. <li>
  87. <a class="fontsize" href="#">资料</a>
  88. </li>
  89. <li>
  90. <a class="fontsize" href="#">联系我们</a>
  91. </li>
  92. <li>
  93. <a class="fontsize" href="#">注册</a>
  94. </li>
  95. <li>
  96. <a class="fontsize" href="#">登录</a>
  97. </li>
  98. </ul>
  99. </nav>
  100. </div>
  101. <div>
  102. <div class="bodysize">
  103. <table id="mytable" class="table table-bordered table-striped">
  104. <caption class="caption_design">新闻列表</caption>
  105. <thead>
  106. <tr>
  107. <th style="text-align: center;">序号</th>
  108. <th style="text-align: center;">名称</th>
  109. <th style="text-align: center;">时间</th>
  110. </tr>
  111. </thead>
  112. <tbody id="tbodyinfo">
  113. </tbody>
  114. </table>
  115. </div>
  116. <div class="biaodandesign">
  117. <!--
  118. <input id="pagesize" type="text" size="1" maxlength="2" value="getDefaultValue()" /><a>条</a>;-->
  119. <button class="btn btn-primary" href="#" id="btn1">首页</button>
  120. <button class="btn btn-primary" id="btn2">上一页</button>
  121. <button id="btn0" class="btn btn-info" disabled="disabled"><span></span></button>
  122. <button class="btn btn-primary" href="#" id="btn3">下一页</button>
  123. <button class="btn btn-primary" href="#" id="btn4">尾页</button>
  124. <!--<ul class="pagination" id="biaodan">
  125. <li>
  126. <a href="#">&laquo;</a>
  127. </li>
  128. <li>
  129. <a href="#">1</a>
  130. </li>
  131. <li><a href="#">2</a></li>
  132. <li><a href="#">3</a></li>
  133. <li><a href="#">4</a></li>
  134. <li><a href="#">5</a></li>
  135. <li>
  136. <a href="#">&raquo;</a>
  137. </li>
  138. </ul>-->
  139. </div>
  140. <br>
  141. </div>
  142. <div class="footer_design">
  143. <div class="footer_font_design1">COPYRIGHT 2017-2018 海航通航飞行服务系统</div>
  144. <div class="footer_font_design2">琼ICP备17000540号</div>
  145. </div>
  146. <script>
  147. var pageSize = 15; //每页显示的记录条数
  148. var curPage = 0; //当前页
  149. var lastPage; //最后页
  150. var direct = 0; //方向
  151. var len = 0; //总行数
  152. var page; //总页数
  153. var begin;
  154. var end;
  155. $(document).ready(function() {
  156. var getScenemapData = function() {
  157. var jsondata = {};
  158. $.getJSON("test.json", function(data, status) {
  159. console.log("是是不是成功读到数据" + status);
  160. if(status == 'success') {
  161. jsondata = data;
  162. var num = 0;
  163. for(var i = 0; i < data.news.length; i++) {
  164. var tbody = document.getElementById("tbodyinfo");
  165. var tr = document.createElement("tr");
  166. var td1 = document.createElement("td");
  167. var td2 = document.createElement("td");
  168. var td3 = document.createElement("td");
  169. var a = document.createElement("a");
  170. a.setAttribute("href", "newsinfo.html");
  171. a.setAttribute("target", "_blank");
  172. a.innerHTML = data.news[i].things;
  173. td1.innerHTML = ++num;
  174. td1.setAttribute("style", "text-align: center;");
  175. td2.appendChild(a);
  176. td2.setAttribute("style", "text-align: center;");
  177. td3.innerHTML = data.news[i].time;
  178. td3.setAttribute("style", "text-align: center;");
  179. tr.appendChild(td1);
  180. tr.appendChild(td2);
  181. tr.appendChild(td3);
  182. tbody.appendChild(tr);
  183. len++;
  184. /*if(i%17==0){
  185. var ul=document.getElementById("biaodan");
  186. var li=document.createElement("li");
  187. var a=document.createElement("a");
  188. a.setAttribute("href","#");
  189. a.innerHTML=i/17;
  190. li.appendChild(a);
  191. ul.appendChild(li);
  192. }*/
  193. }
  194. page = len % pageSize == 0 ? len / pageSize : Math.floor(len / pageSize) + 1;
  195. console.log(len + " " + pageSize + " " + page);
  196. curPage = 1; //设置第一页为当前页面
  197. displayPage(1); //显示第一页
  198. document.getElementById("btn0").innerHTML = "当前" + curPage + "/"+ page + "页";
  199. $("#btn1").click(function firstPage() {
  200. curPage = 1;
  201. direct = 0;
  202. displayPage();
  203. });
  204. $("#btn2").click(function frontPage() {
  205. direct = -1;
  206. displayPage();
  207. });
  208. $("#btn3").click(function nextPage() {
  209. direct = 1;
  210. displayPage();
  211. });
  212. $("#btn4").click(function lastPage() {
  213. curPage = page;
  214. direct = 0;
  215. displayPage();
  216. });
  217. return jsondata;
  218. } else {
  219. console.log("没有读取到本地文件:" + status);
  220. return false;
  221. }
  222. });
  223. }
  224. getScenemapData();
  225. function displayPage() {
  226. if(curPage <= 1 && direct == -1) {
  227. direct = 0;
  228. return;
  229. } else if(curPage >= page && direct == 1) {
  230. direct = 0;
  231. return;
  232. }
  233. lastPage = curPage;
  234. if(len > pageSize) {
  235. curPage = ((curPage + direct + len) % len);
  236. } else {
  237. curPage = 1;
  238. }
  239. document.getElementById("btn0").innerHTML = "当前" + curPage + "/" + page + "页";
  240. begin = (curPage - 1) * pageSize + 1;
  241. end = begin + 1 * pageSize - 1;
  242. if(end > len) end = len;
  243. $("#mytable tr").hide();
  244. $("#mytable tr").each(function(i){
  245. if(i>=begin&&i<=end||i==0){
  246. $(this).show();
  247. }
  248. });
  249. }
  250. });
  251. </script>
  252. </body>
  253. </html>

test.json

  1. {
  2. "introduce":"海南海航通航低空飞行服务有限公司是海航通航产业模块中的重要组成,立足海南岛,建立了覆盖海南省全岛大部的低空飞行服务网络,是海航集团旗下专业的通航飞行服务提供商。致力于为广大通航用户提供通航飞行计划申报和审批手续代办、低空飞行监视服务、航行情报和低空气象服务、飞行姿态和数据记录回放等服务。同时,公司正在申请无人机云系统资质,届时将为广大无人机生产制造商和运营商合法运行提供服务。",
  3. "news":[
  4. {
  5. "things":"第一条新闻",
  6. "time":"2018-01-01"
  7. },
  8. {
  9. "things":"第二条新闻",
  10. "time":"2018-02-02"
  11. },
  12. {
  13. "things":"第三条新闻",
  14. "time":"2018-03-03"
  15. },
  16. {
  17. "things":"第四条新闻",
  18. "time":"2018-04-04"
  19. },
  20. {
  21. "things":"第5条新闻",
  22. "time":"2018-01-01"
  23. },
  24. {
  25. "things":"第6条新闻",
  26. "time":"2018-02-02"
  27. },
  28. {
  29. "things":"第7条新闻",
  30. "time":"2018-03-03"
  31. },
  32. {
  33. "things":"第8条新闻",
  34. "time":"2018-01-01"
  35. },
  36. {
  37. "things":"第9条新闻",
  38. "time":"2018-02-02"
  39. },
  40. {
  41. "things":"第10条新闻",
  42. "time":"2018-03-03"
  43. },
  44. {
  45. "things":"第一条新闻",
  46. "time":"2018-01-01"
  47. },
  48. {
  49. "things":"第二条新闻",
  50. "time":"2018-02-02"
  51. },
  52. {
  53. "things":"第三条新闻",
  54. "time":"2018-03-03"
  55. },
  56. {
  57. "things":"第四条新闻",
  58. "time":"2018-04-04"
  59. },
  60. {
  61. "things":"第5条新闻",
  62. "time":"2018-01-01"
  63. },
  64. {
  65. "things":"第6条新闻",
  66. "time":"2018-02-02"
  67. },
  68. {
  69. "things":"第7条新闻",
  70. "time":"2018-03-03"
  71. },
  72. {
  73. "things":"第8条新闻",
  74. "time":"2018-01-01"
  75. },
  76. {
  77. "things":"第9条新闻",
  78. "time":"2018-02-02"
  79. },{
  80. "things":"第一条新闻",
  81. "time":"2018-01-01"
  82. },
  83. {
  84. "things":"第二条新闻",
  85. "time":"2018-02-02"
  86. },
  87. {
  88. "things":"第三条新闻",
  89. "time":"2018-03-03"
  90. },
  91. {
  92. "things":"第四条新闻",
  93. "time":"2018-04-04"
  94. },
  95. {
  96. "things":"第5条新闻",
  97. "time":"2018-01-01"
  98. },
  99. {
  100. "things":"第6条新闻",
  101. "time":"2018-02-02"
  102. },
  103. {
  104. "things":"第7条新闻",
  105. "time":"2018-03-03"
  106. },
  107. {
  108. "things":"第8条新闻",
  109. "time":"2018-01-01"
  110. },
  111. {
  112. "things":"第9条新闻",
  113. "time":"2018-02-02"
  114. },
  115. {
  116. "things":"第一条新闻",
  117. "time":"2018-01-01"
  118. },
  119. {
  120. "things":"第二条新闻",
  121. "time":"2018-02-02"
  122. },
  123. {
  124. "things":"第三条新闻",
  125. "time":"2018-03-03"
  126. },
  127. {
  128. "things":"第四条新闻",
  129. "time":"2018-04-04"
  130. },
  131. {
  132. "things":"第5条新闻",
  133. "time":"2018-01-01"
  134. },
  135. {
  136. "things":"第6条新闻",
  137. "time":"2018-02-02"
  138. },
  139. {
  140. "things":"第7条新闻",
  141. "time":"2018-03-03"
  142. },
  143. {
  144. "things":"第8条新闻",
  145. "time":"2018-01-01"
  146. },
  147. {
  148. "things":"第9条新闻",
  149. "time":"2018-02-02"
  150. },
  151. {
  152. "things":"第10条新闻",
  153. "time":"2018-03-03"
  154. },
  155. {
  156. "things":"第一条新闻",
  157. "time":"2018-01-01"
  158. },
  159. {
  160. "things":"第二条新闻",
  161. "time":"2018-02-02"
  162. },
  163. {
  164. "things":"第三条新闻",
  165. "time":"2018-03-03"
  166. },
  167. {
  168. "things":"第四条新闻",
  169. "time":"2018-04-04"
  170. },
  171. {
  172. "things":"第5条新闻",
  173. "time":"2018-01-01"
  174. },
  175. {
  176. "things":"第6条新闻",
  177. "time":"2018-02-02"
  178. },
  179. {
  180. "things":"第7条新闻",
  181. "time":"2018-03-03"
  182. },
  183. {
  184. "things":"第8条新闻",
  185. "time":"2018-01-01"
  186. },
  187. {
  188. "things":"第9条新闻",
  189. "time":"2018-02-02"
  190. },{
  191. "things":"第一条新闻",
  192. "time":"2018-01-01"
  193. },
  194. {
  195. "things":"第二条新闻",
  196. "time":"2018-02-02"
  197. },
  198. {
  199. "things":"第三条新闻",
  200. "time":"2018-03-03"
  201. },
  202. {
  203. "things":"第四条新闻",
  204. "time":"2018-04-04"
  205. },
  206. {
  207. "things":"第5条新闻",
  208. "time":"2018-01-01"
  209. },
  210. {
  211. "things":"第6条新闻",
  212. "time":"2018-02-02"
  213. },
  214. {
  215. "things":"第7条新闻",
  216. "time":"2018-03-03"
  217. },
  218. {
  219. "things":"第8条新闻",
  220. "time":"2018-01-01"
  221. }
  222. ]
  223. }
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注