Appearance
removeStr 为字符串删除指令,去掉指定位置的字符串,并将修改过后的字符串数据返回。
removeStr(str, start, count)
removeStr(源字符串, 起始位置, 删除数量)
函数返回值:截取后的字符串,string 型常量。