标签:ext mon font health type bsp apple nbsp new
private List<Map> risktypes = new ArrayList<Map>() {
{
add(new HashMap<String,String>(){
{
put("critical","CI");
}
});
add(new HashMap<String,String>(){
{
put("life","LI");
}
});
add(new HashMap<String,String>(){
{
put("health","HI");
}
});
}
};
标签:ext mon font health type bsp apple nbsp new
原文地址:https://www.cnblogs.com/zmdd/p/8918967.html