访问字符串中的值

字符串
Both Server and Client
Both Mobile and PC

根据字符串位置列表提取字符,组合为新的字符串输出

声明

func FindAt(target string, indexs List<int>) string
go

参数

输入

名称 类型 描述
目标 String 目标字符串
索引列表 ListT_Int 字符串位置列表,字符串位置从0开始计算

返回

类型 描述
String 输出的字符串