文档手册

URL 类

2024-07-18 17:31:50

类 URL

URL 类提供了一个方便的接口,用于创建和分析 URL。

 性能:

  • URL.hash

  • URL.host

  • URL.hostname

  • URL.href

  • URL.origin

  • URL.password

  • URL.pathname

  • URL.port

  • URL.protocol

  • URL.search

属性(特定于 Sciter):

  • URL.filename

  • URL.dir

  • URL.extension

 方法:

  • URL.guessMimeType()

  • URL.fromPath(path):string

  • URL.toPath(url):string