string转换为guid类型 split
string str = "{"+context.Request["ID"]+"}";
KpiUser.ID = new Guid(str);
string[] arrayA=strA.Split(new char[]{','},StringSplitOptions.RemoveEmptyEntries)
每天进步一点点
string str = "{"+context.Request["ID"]+"}";
KpiUser.ID = new Guid(str);
string[] arrayA=strA.Split(new char[]{','},StringSplitOptions.RemoveEmptyEntries)