the selection cannot be.launched and there are no launches
因为语法问题导致的出错解决办法:
1.检查分号。
2.检查main函数。
3.检查main函数后面括号里的String[ ] args;
你好,这个大多数是语法造成的小问题,仔细检查一下代码,一定能找到问题。