Dean Edwards: Sniff! My current frog exaggerator of choice JavaScriptã§IEãã©ããããã£ãã®1è¡ã§å¤å¥ããæ¹æ³ã ãªãã¨ã次ã®1è¡ã ãã§ãisMSIE å¤æ°ã«ãIEã§è¦ãã° true ãããã§ãªããã°ãfalse ãä»£å ¥ãããã¨ãåºæ¥ã¾ãã 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> IEã§ããã° IE! ã alert ããããã§ãªããã°ãnot I
{{#tags}}- {{label}}
{{/tags}}