0.0.11 • Published 7 years ago
os-tool v0.0.11
#OS-TOOL
Common tool methods set
method:getStr()
option: val return String;
Notes: Order the sequence of objects into strings, compatible strings
method: getParse()
option: val return Object;
Notes: Converting the JSON string into an object, compatible with the basic data type
method: uuid()
option: (l, radix) @l for uuid's length or none; @radix for uuid's Hex or none; return uuid;
Notes: Generate unique indication
method: getParams()
option: url or none return params object;
Notes: Get the address carrying parameters