摘要:var string="asdf"alert(string[0]); IE 6 7 下为undefined
阅读全文
摘要:<!--[if ie]><script>document.createelement("header");document.createelement("footer");document.createelement("nav");document.createelement("article");document.createelement("section");</script><![endif]--> <!--[if ie]>&l
阅读全文
摘要:转自http://www.movable-type.co.uk/scripts/tea-block.html/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - *//* Block TEA (xxtea) Tiny Encryption Algorithm implementation in JavaScript *//* (c) Chris Veness 2002-2010: www.movable...
阅读全文
摘要:var asdf = function(){} (function(){ })()解决方案:var asdf = function(){}; (function(){ })()
阅读全文