1.除法,保留小数

Math.Round((double)delayTimes / delayTimesTotal*100,2)

2.join的使用

string hidStr = "";
List<int> hidList = new List<int>();
hidList.Add("123");
hidList.Add("456");
hidList.Add("789");
hidStr = string.Join(",", hidList);


最后修改:2016 年 03 月 24 日
如果觉得我的文章对你有用,请随意赞赏