摘要:
using HttpUtil; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Configuration; using System.IO; using System.Linq; 阅读全文
摘要:
//除法 function dataDivisition(a, b) { if (b != "0") { return (a / b * 100).toFixed(2) + "%"; } return "0%"; }//查找集合某个对象是否存在,不存在就新增 function arrDeal(arr 阅读全文