📅  最后修改于: 2022-03-11 15:01:55.310000             🧑  作者: Mango
var isIE11 = !!window.MSInputMethodContext && !!document.documentMode;
// true on IE11
// false on Edge and other IEs/browsers.