#include <cstring> size_t strspn( const char *str1, const char *str2 );
strspn() 函数返回 str1 中第一个不匹配 str2 中任何字符的字符的索引。