Left

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

string  Left(
   uint  count      // 字符数量
   )

参数

count

[输入]  字符数量。

返回值

结果子串。