You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call the get() method immediately after calling the set() method, the json format data becomes a json string.
After I get the data using the ajax method, I use store.set() to save the data, then use store. get() to get the data I just saved and find that the data has changed.
BUT sometimes it is normal ...
Can you tell me What's happened ?
The text was updated successfully, but these errors were encountered:
Call the get() method immediately after calling the set() method, the json format data becomes a json string.
After I get the data using the ajax method, I use store.set() to save the data, then use store. get() to get the data I just saved and find that the data has changed.
BUT sometimes it is normal ...
Can you tell me What's happened ?
The text was updated successfully, but these errors were encountered: