本地存储
        
        
- Source:
 
Methods
(static) get(key) → {any}
    读取数据
    Parameters:
| Name | Type | Description | 
|---|---|---|
key | 
            
            string | 键 | 
- Source:
 
Returns:
- Type
 - any
 
(static) set(key, value)
    存入数据
    Parameters:
| Name | Type | Description | 
|---|---|---|
key | 
            
            string | 键 | 
value | 
            
            any | 值 | 
- Source: