c截取字符串后几位 string截取前几位 c 如何截取字符串的后几位?char *substrend(char * str, int n)char substrend(char *str, int n){ ... 2021-03-12 1942次浏览