摘要: string tys = ""; for (int i = 0; i < typeList.Count; i++) { if (typeList[i] != -1) { tys = typeList[i] + ","; } else { tys = ""; break; } } tys = tys. 阅读全文
posted @ 2017-10-16 10:58 AAABONE 阅读(518) 评论(0) 推荐(0) 编辑