Author_z
Author_z
  • 发布:2014-08-22 16:00
  • 更新:2019-11-11 14:14
  • 阅读:2905

代码格式化功能在哪?

分类:HBuilder

代码格式化功能在哪?没看见!

2014-08-22 16:00 负责人:无 分享
已邀请:
51码农网

51码农网

private final static Map<String,String> hashMap = new HashMap<String,String>  
 static{ hashMap.put(“CAM”,”A”);  
            hashMap.put(“DAM”,”B”);   
            hashMap.put(“FAM”,”C”);  
       }
51码农网

51码农网

private final static Map<String,String> hashMap = new HashMap<String,String>    
 static{ hashMap.put(“CAM”,”A”);    
            hashMap.put(“DAM”,”B”);     
            hashMap.put(“FAM”,”C”);    
       }

该问题目前已经被锁定, 无法添加新回复