问答详情
源自:4-6 Java条件语句之 switch

提示无法将字符串类型转换为字符型,这个报错是怎么引起的呢

HelloWorld.java:6: error: incompatible types: String cannot be converted to char
		    case "一":
		         ^
HelloWorld.java:7: error: incompatible types: String cannot be converted to char
		    case "三":
		         ^
HelloWorld.java:8: error: incompatible types: String cannot be converted to char
		    case "五":
		         ^
HelloWorld.java:11: error: incompatible types: String cannot be converted to char
		    case "二":
		         ^
HelloWorld.java:12: error: incompatible types: String cannot be converted to char
		    case "四":
		         ^
HelloWorld.java:13: error: incompatible types: String cannot be converted to char
		    case "六":
		         ^
HelloWorld.java:16: error: incompatible types: String cannot be converted to char
	        case "日":
	             ^
7 errors

http://img.mukewang.com/6173b5be00010b1419040793.jpg

提问者:兰陵小生 2021-10-23 15:14

个回答

  • 凌波漫步4945944
    2021-10-23 15:40:31
    已采纳

    因为你定义的today是char  要用单引号