Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 331 Bytes

File metadata and controls

26 lines (14 loc) · 331 Bytes

Request:CheckParamKeyExist

判断请求参数中指定键是否存在

flag = request:CheckParamKeyExist(key)

参数:

  • request [userdata-Request]:请求数据对象数据
  • key [string]:键

返回值:

  • flag [boolean]:是否存在

示例