2月 11

たったこれだけ。

var isMSIE = /*@cc_on!@*/false;”

サンプル。

<html>
<script language="javascript">
var isMSIE = /*@cc_on!@*/false;
if (isMSIE) {
  alert('IE!');
} else {
  alert('not IE!');
}
</script>
<body>
</body>
</html>

phpspot開発日誌

Tagged with:
preload preload preload