Plugin : Webstorage Ext
Author:Rex.Rainbow
- Provide some methods to access webstorage.
Download
Expressions
Local
Expression:LocalValue
- Get the value from a key in local storage. Return the default value if the key does not existed, and save the default value to webstorage.
- Key ( string ) : Key name
- Default ( number or string ) : The default value if the key does not existed.