摘要:
xml <border> <da>11111111111111</da> <sb>222222222</sb> <main info='你能获取我吗'>getData,6666666</main> <foot>9999999999999</foot></border> js var xhr = ne 阅读全文
摘要:
html <div class="swiper"></div> <script src="js/封装轮播.js" type="text/javascript" charset="utf-8"></script> <script type="text/javascript"> //图片列表 var i 阅读全文
摘要:
//将时间戳转为年月日 function formData(x){ const getDate = new Date(x) const year = getDate.getFullYear() let month = getDate.getMonth()+1 let day = getDate.ge 阅读全文