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