不同字串的长度。
语法: int strcspn(string str1, string str2);
传回值: 整数
函式种类: 资料处理
本函式用来比较二字串并计算出不同处的字串长度。
strspn()