synchronized ((this.getClass().getName() + ":red:" + id).intern()) {}通过String.intern()可以获取字符串的常量值 , 通过同步块锁住即可