wujianx
Results
1
issues of
wujianx
ex: 1. I **set a session** in localhost/via-1/index.html(sessionStorage.setItem('autoInfo', 'it is for test')) 2. **jump** to localhost/via-2/index.html(window.location = '/via-2') 3. **get the session** when the new page **init**,it's null(sessionStorage.getItem('autoInfo', 'it is...