基本属性

Uri base

当前平台的自然基本 URI。

在浏览器中运行时,这是当前页面的当前 URL(来自 window.location.href)。

不在浏览器中运行时,这是引用当前工作目录的文件 URI。

实现

external static Uri get base;