代码
提交代码
function testLocalstorage(){ if ( typeof window.localStorage == "object" ) return true;//判断localstorage对象是否定义 else return false;//未定义返回false }
运行结果