原 型:size_t strcspn(const char *s1, const char *s2);
头 文 件:string.h
返 回 值:最长的初始字符段的长度,此初始字符段由s1指向的,但是不包含s2指向的字符串中的任何字符。
相关函数:strspn