找出某字符串落在另一字符串遮罩的数目。
语法: int strspn(string str1, string str2);
返回值: 整数
函数种类: 资料处理
本函数将 str2 字符串当遮罩,可用来计算 str1 字符串中有几个字符落在 str2 遮罩中。
strcspn()