Find 函数功能查找子串在当前字符串中的位置。 函数原型1size_t Find(const AscendString &ascend_string) const 约束说明无。 参数说明 参数名 输入/输出 描述 ascend_string 输入 要查找的子串。 返回值子串的起始位置。 父主题: AscendString