验证 Windows 路径,包含文件地址和文件夹地址。
0.0.1
isWindowsPath('D:\\') // trueisWindowsPath('D:\\1.md') // true Copy
isWindowsPath('D:\\') // trueisWindowsPath('D:\\1.md') // true
验证 Windows 路径,包含文件地址和文件夹地址。