摘要:
老的js 页面 $.post('{:U("getNowTimeFormat")}', function(data){ let json = JSON.parse(data); let s = json.formatDate; s = s.replace(/-/g,"/"); let date = n 阅读全文
摘要:
let arr = this.defaultToCc.concat(item.copyFor); //合并数组let arrNew= new Set(arr); //通过set集合去重let cc = Array.from(arrNew);console.log("arrNew",Array.fro 阅读全文