Determine whether the browser cookie enabled

<!DOCTYPE html>
<html>
<body onload="checkCookies()">



<p>弹出的提示框会告诉你浏览器是否已启用 cookie。</p>
</body>
</html>

Guess you like

Origin www.cnblogs.com/yonyong/p/11298971.html