Js检测浏览器是否支持cookie功能
摘要:
<script>
if(navigator.cookieEnabled)
{
document.write("你的浏览器支持cookie功能!");
}
else{
document.write("你的浏览器不支持cookie!");
}
</script>
相关文章
最新发布
阅读排行
热门文章
猜你喜欢
<script>
if(navigator.cookieEnabled)
{
document.write("你的浏览器支持cookie功能!");
}
else{
document.write("你的浏览器不支持cookie!");
}
</script>
相关文章
最新发布
阅读排行
热门文章
猜你喜欢