说明
Form 格式可用于读取 application/x-www-form-urlencoded 格式的单条记录,
其中数据采用 key1=value1&key2=value2 的格式。
示例用法
user_files 路径下放置了一个名为 data.tmp 的文件,其中包含一些经过 URL 编码的数据:
data.tmp
Query
Response
Form 格式文档
Form 格式可用于读取 application/x-www-form-urlencoded 格式的单条记录,
其中数据采用 key1=value1&key2=value2 的格式。
user_files 路径下放置了一个名为 data.tmp 的文件,其中包含一些经过 URL 编码的数据: