首页
编程
java
php
前端
首页
编程
java
php
前端
为什么这个程序无论输入什么数字都会Error?
因该是 case 0,不是case '0'
把case '0' 到 case '10',改为case 0到case 10
'0'是字符,相当于整数48
点击展开全文