API
Class

UrlUtilFn ($UI/wxsys/lib/fn/urlUtilFn)

使用范围:WX

Contents

class UrlUtilFn ($UI/wxsys/lib/fn/urlUtilFn)

路径工具类

Constructor Top

  UrlUtilFn ()

Static Methods Top

String decodeURIComponent (String str)
String encodeURIComponent (String str)

Constructor details Top

public UrlUtilFn ()

路径工具类

Static Methods Detail Top

static public String decodeURIComponent (String str)

可对encodeURIComponent函数编码的URL进行解码

Parameters

String str

字符串

Return Value

String

static public String encodeURIComponent (String str)

可把字符串作为URL 组件进行编码

Parameters

String str

字符串

Return Value

String