Egret Engine R - v6.0.0
    Preparing search index...

    Hierarchy

    • HashObject
      • URLVariables
    Index
    • 创建一个 egret.URLVariables 对象

      Parameters

      • source: string = null

        {String} 包含名称/值对的 URL 编码的字符串。

      Returns URLVariables

      Egret 2.4

      Web

      zh_CN

    variables: Object = null

    此 URLVariables 储存的键值对数据对象。

    Egret 2.4

    Web

    zh_CN

    • 将变量字符串转换为此 URLVariables.variables 对象的属性。

      Parameters

      • source: string

        {string}

      Returns void

      Egret 2.4

      Web

      zh_CN

    • 以 MIME 内容编码格式 application/x-www-form-urlencoded 返回包含所有可枚举变量的字符串。

      Returns string

      Egret 2.4

      Web

      zh_CN