Mid

从字符串里获取指定数量的字符。

string  Mid(
   uint  pos,       // 位置
   uint  count      // 字符数量
   )

参数

pos

[输入] 字符串位置。

count

[输入]  字符数量。

返回值

结果子串。