IntelliJ IDEA设置调试模式的Variables和Watches窗口的变量为Object模式

测试用例: public class Test { public static void main(String[] args) throws NoSuchAlgorithmException { Map<String, Integer> map = new HashMap<String, Integer>(); map.put("语文", 1);
相关文章
相关标签/搜索