# HTML

# Functions

  • decompress()

    对http响应数据进行解压。如果http响应数据采用了gzip压缩,就进行解压,否则什么都不做。

  • decode()

    对http响应数据进行解码。如果http响应数据采用了特殊编码格式就进行解码,否则什么都不做。

  • escape()

    对HTML字符串中的特殊字符进行转义。

# decompress()

对http响应数据进行解压。如果http响应数据采用了gzip压缩,就进行解压,否则什么都不做。

Kind: global function

# decode()

对http响应数据进行解码。如果http响应数据采用了特殊编码格式就进行解码,否则什么都不做。

Kind: global function

# escape()

对HTML字符串中的特殊字符进行转义。

Kind: global function