Skip to content

Home > sculp-js > cookieGet

cookieGet() function

获取cookie

Signature:

typescript
export declare function cookieGet(name: string): string;

Parameters

Parameter

Type

Description

name

string

Returns:

string

{string}

Released under the MIT License.