04 2023 档案
摘要:{field:'plateNoPicUri', title: '图片' ,width:"10%" ,templet:function(data){ if("" == data.plateNoPicUri || null == data.plateNoPicUri) return ""; var su
阅读全文
摘要:const timestampToTime= (timestamp) => { const date = new Date(timestamp * 1000); const year = date.getFullYear(); const month = (date.getMonth() + 1).
阅读全文
摘要:/** * 读取文件 * @param ext * @return array */ public static function scan_dir(ext = "json") { $result = array(); if (is_dir
阅读全文