问了一圈,谷了半天,鼓捣半宿,一行代码。
感谢无所不能的宝哥,给力的难以附加!
<script>
function Logoff() {
document.execCommand('ClearAuthenticationCache');
document.clear();
document.write('bye!');
}
function TransformUser() {
document.execCommand('ClearAuthenticationCache');
window.location.href = window.location.href;
}
</script>
得到上述结论的推理过程,精彩至极......略去