允许在Internet Explorer模式下重新加载网站
代码示例: 在Microsoft Edge浏览器中启用Internet Explorer模式下重新加载网站的功能,可以通过以下步骤实现:
您还可以通过以下JavaScript代码在Microsoft Edge浏览器中启用此功能:
// 检查Internet Explorer模式是否可用 if (window.navigator.userAgent.indexOf("Trident") != -1) { // 在Internet Explorer模式下重新加载网站 window.location.reload(true); }
上一篇:allowread,write:ifrequest.auth!=null;
下一篇:allowsMultipleSelectionDuringEditing在自定义UITableviewCell中无法工作