为了账号安全,请及时绑定邮箱和手机立即绑定

为啥写和视频写的一样,但是运行之后中文全变成乱码了啊?是设置有问题吗?

public static void main(String[] args) {
    System.out.print("请输入您的初始成绩:");
    int score = new Scanner(System.in).nextInt();
    int count = 0;
    System.out.println("加分前成绩:"+score);
    while (score<60){
        score++;
        count++;
    }
    System.out.println("加分后成绩:"+score);
    System.out.println("共加了"+count+"次!");
}


正在回答

1 回答

IDEA里面要设置UTF-8

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为啥写和视频写的一样,但是运行之后中文全变成乱码了啊?是设置有问题吗?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信