web.get

web.get

web.get

Function

Read a URL query parameter object.

Syntax

Parameters

No parameters.

Return value

TypeDescription
ObjectReturns the URL query parameter object.

Object structure

FieldTypeDescription
Any query parameter nameStringURL decoded query parameter value. When the parameter does not exist, the read result is Empty.

Example

Notes

  • Query parameters with the same name retain the last written value according to the current parsing result.
  • Returns an empty Object if there is no query string.