Appearance
find2 为返回字符串中子字符串的位置。
find2(s, sub)
find2(源字符串, 子字符串)
函数返回值:int 型常量,当找不到对应字符或字符串时,返回值为 -1。