补全构造方法
import java.util.Scanner;public class Main {public static void main(String[] args) {Scanner scanner new Scanner(System.in);while (scanner.hasNextInt()) {int x scanner.nextInt();int y scanner.nextInt();int z scanner.nextInt();Sub sub new…
.vue文件被标识红色波浪线;提示: HelloWorld is declared but its value is never read.
问题原因: 因为vue3已经不支持vetur插件。
1、在扩展里面进行搜索Vetur插件,进行禁用或卸载; 2、在 VScode扩展里面搜索并下载…