Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 JVM 的默认字符集是 windows-1252。这就是我运行这段代码时得到的:
System.out.println(Charset.defaultCharset());
我想将其更改为 UTF-8。如何在日食中做到这一点?
我希望你的意思是你的控制台输出。如果是,则转到运行配置-> 通用并从编码下拉列表中选择 UTF-8。这是可以帮助您的图片: