摘要:
index.wxml <view class="term"> <view> <checkbox-group bindchange="checkboxChange"> <view class="weui-cell__hd"> <checkbox value="1" color="#fe0000" cl 阅读全文
摘要:
查看Laravel的配置文件,config/database.php,查找mysql的配置 将strict的值改为false 阅读全文
摘要:
1 //返回当前的毫秒时间戳 2 function msectime(){ 3 return floor(microtime(true)*1000); 4 } 阅读全文