Replace all backslashes with forward slashes
将所有反斜杠替换为正斜杠
slash('foo\\bar') // => foo/bar Copy
slash('foo\\bar') // => foo/bar
Replace all backslashes with forward slashes
将所有反斜杠替换为正斜杠