英文:
VS Code Java Output 'HelloWorld' with the blue things
问题
我下载了VS Code Java并尝试运行代码,输出结果如下所示。'HelloWorld'可以被打印出来,但是周围有一些蓝色的东西。这正常吗?我不确定当我开始开发其他类并尝试调用彼此时是否会遇到其他问题。
英文:
I downloaded VS Code Java and tried to run the code and the output looked like this. The 'HelloWorld' can be printed but it comes with some blue things. Is this normal? I am not sure if I will get into other issues as I get start developing other classes and trying to call one another.
答案1
得分: 1
蓝色文本是VSCode在后台执行以运行您的代码的程序。您不需要担心它。
英文:
The text in blue is the program that VSCode executes behind the scenes in order to run your code. You needn't worry about it.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论