<script>
if(navigator.cookieEnabled)
{
document.write("你的浏览器支持cookie功能!");
}
else{
document.write("你的浏览器不支持cookie!");
}
</script>

05-04 05:52