Any IE9 Alternative to localStorage that will work with file:// on the Windows 7 phone?
问题 Since IE9 cannot be used when running websites in file mode. Would a (an uggly) solution be to run a local webserver / service on the phone accessing isolatedStorage? 回答1: Have you tried UserData Persistence? It works in IE7/IE8, but I havent tried it in IE9. 来源: https://stackoverflow.com/questions/8706257/any-ie9-alternative-to-localstorage-that-will-work-with-file-on-the-windows-7