首页
编程
java
php
前端
首页
编程
java
php
前端
字符常量中字符过多怎么解决
在使用switch语句中,字符常量中字符过多怎么解决
改用
if (0==strcmp("abcdefghijklmnop",str)){... ...}
点击展开全文