Sorry if the title is somehow misunderstanding. I am having some problems with a web app if I try to parse values from a localstorage using json and there are no values, nothing works.
例如:
如果你这样做的话:alert ( localStorage.getItem(“sthing”));
,你就没有:。
但是,如果你这样做,就会把所有东西都捆绑起来:alert(JSON.parse( LocalStorage[“test”)”;
,你就没有任何东西,并且停止一切工作:。
我怎么能够解决这个问题,以便我提醒第一,如果它没有价值,那么它就会继续工作,因为我基本上想把这一点:JSON.parse( LocalStorage[“test”])
作为全球变量,但会把其他所有东西都捆绑在上。 http://jsfiddle.net/gq9Ea/。