js清除cookie

例如要清除键为abc的cookie:

document.cookie = "abc=0;expires=" + new Date().toUTCString();

原文地址:https://www.cnblogs.com/s0611163/p/5121648.html