Skip to content

格式

typescript
Path.NormalizePath(path)

所属类: Path

描述

将指定路径进行标准化处理。

参数

参数名类型描述
pathstring指定路径

返回值

类型描述
string标准化后的路径

代码示例