`
zwhc
  • 浏览: 264810 次
  • 性别: Icon_minigender_1
  • 来自: 福州
社区版块
存档分类
最新评论

中华民族伟大复兴进度查询

阅读更多
中华民族伟大复兴进度查询 http://weiqi.sinaapp.com/wdfx.html

刚才在微博上看到一个中华民族伟大复兴进度的算法,随手写了个页面扔在网站上。

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<script>
var kg = new Date();
kg.setFullYear(1949);
kg.setMonth(9);
kg.setDate(1);
var endDate = new Date();
endDate.setFullYear(2049);
endDate.setMonth(9);
endDate.setDate(1);

var now = new Date();

alert( "中华民族伟大复兴已经完成了:" + ( (now - kg) / (endDate - kg) * 100 ) + "%" );
</script>
</html>



算法来自:
http://weibo.com/1102261200/ywfcYkDmp?type=repost

陈雪频
    修正版:中华民族复兴已经完成62.74%是如何计算出来的?答案很简单:1949.10.1 至 2049.10.1,总共是36525天。今年七一建党节是建国后的第22919天。22919/36525=0.6274!结论是:2049年10月1日,是中华民族的伟大复兴圆满完成之日!这么一道小学三年级的算术题,那些专家花多少经费研究出来的啊?
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics