1、拼接以及++:
String ids = "";ids += "," + entity.getQxId();ids.replaceFirst(",", "")
2、与
flag &= flag;
flag = !flag;