改版了网上的一个js操作userdata

2019-06-02 20:55:46王振洲

return d.toUTCString();
}
};
window.onload=function(){
//alert(RuserData.delVal('renchao'));
//alert(RuserData.setVal('renchao','易采站长站www.jb51.net'));
alert(RuserData.getVal('renchao'));
}
</script>

使用方法:

window.onload=function(){
//alert(RuserData.delVal('renchao'));
//alert(RuserData.setVal('renchao','易采站长站www.jb51.net'));
alert(RuserData.getVal('renchao'));
}