IE6-8中Date不支持toISOString方法
摘要:Date.prototype.toISOString方法是在ES5里添加的,ES3文档中没有,如下这个方法在IE6/7/8中不支持,可按下面方式修复下if (!Date.prototype.toISOString) { Date.prototype.toISOString = function...
阅读全文
posted @ 2014-04-25 18:11
If you cannot hear the sound of the genuine in you, you will all of your life spend your days on the ends of strings that somebody else pulls.
posted @ 2014-04-25 18:11
posted @ 2014-04-14 08:01
posted @ 2014-04-08 07:09