
大括号里边会报错,求指点。。。
static private List<DeviceSettingEntry> setting_list = new ArrayList<DeviceSettingEntry>(){
{"";1;};
};


static private List<DeviceSettingEntry> setting_list = new ArrayList<DeviceSettingEntry>(){
{"";1;};
};

