如何使switch-case语句不区分大小写? 说我做了这样的事情: #include <stdio.h> char choice; int main () { char choice; printf("Will you choose A,B, or C?\n>"); ...
確定! 回上一頁