编写函数删除一个字符串中的一部分,函数原型如下: int del_substr(char *str, char const *substr) 函数首先判断substr是否出现在str中,如果未出现,函数就返回0;如果 ...
確定! 回上一頁