忍者ブログ

podブログ

[PR]

×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

"TypeError: this is not a Date object." Windows Chrome 17.0.963.56

Windows Chrome(17.0.963.56) TypeError: this is not a Date object.
  4 var dt = new Date(); 
  5 var success = 0;
  6 var try_num = 10000;
  7 for(var i=0; i<try_num; i++){
  8     try{
  9         dt.setYear(2012); 
 10         success++;
 11     }catch(e){
 12         document.write("JavaScript Error:"+e); 
 13         break;
 14     }
 15 }
 16 if (success == try_num) {
 17     document.write("success"); 
 18 }
See This link

拍手[0回]

PR