参考 getURLPath()

getURLPath()

返回当前 URL 的路径,数据类型是包含若干 StringArray

例如,一个托管在以下网址的绘图: https://example.com/sketchbook,调用 getURLPath() 返回 "['sketchbook']。" 如果是托管在以下网址的绘图: https://example.com/sketchbook/monday, 调用 getURLPath() 返回 "['sketchbook', 'monday'].

"

示例

Returns

字符串[]: 路径的组成部分
Notice any errors or typos? Please let us know. Please feel free to edit src/core/environment.js and open a pull request!

相关参考