1. 程式人生 > >easyui 在IE9不相容問題的臨時解決方案

easyui 在IE9不相容問題的臨時解決方案

easyui 或extjs 在IE 9不相容可以用以下程式碼解決

<!DOCTYPE html>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" content="ie=edge"/>

其中

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8" content="ie=edge"/>

必須放在head第一行