静态
base静态
baseExtended base path mapping table. For example, {"aa/":"http://abc.com/"}, then resources with paths starting with aa/ will be mapped to http://abc.com/.
扩展的基础路径映射表。例如,{"aa/":"http://abc.com/"},则把路径以aa/开头的资源映射到http://abc.com/下。
静态
custom静态
version静态
root指以'~/'开头的的url路径的映射。 不推荐使用,应该使用basePaths。
静态
__init__静态
formatURL包含normalizedURL功能,并且合并base,如果base没有提供,则使用URL.basePath或者URL.rootPath。
地址。
可选
base: string基础路径,如果没有,则使用URL.basePath或者URL.rootPath。
格式化处理后的地址。
静态
get静态
get静态
get静态
getURLVerion静态
init静态
join静态
normalize静态
override静态
post
En
The
URL
class provides URL formatting and version management.Zh
URL
类提供URL格式化和版本管理功能。