原因: IDEA使用的是utf-8编码 而properties使用ASCII码 编码不同 导致出现乱码现象 解决方法: 1、点击IDEA左上角的File 点击Settings2、进入File Encoding的设置3、勾选Transparent native-to-ascii conversion