if (listColorValue.Count > 0)
{
int falg = 1;
foreach (ColorValue color in listColorValue)
{
String colorStr = color.getColorStr();
if (str != null && str.Equals(colorStr))
{
color.setCount(color.getCount() + 1);
break;
}
{
int falg = 1;
foreach (ColorValue color in listColorValue)
{
String colorStr = color.getColorStr();
if (str != null && str.Equals(colorStr))
{
color.setCount(color.getCount() + 1);
break;
}
颜色计数更新逻辑
3019

被折叠的 条评论
为什么被折叠?



