<script type="text/javascript">
nowDate=new Date();
document.write(nowDate.getMonth()+"-"+nowDate.getDate()+" "+nowDate.getYear());
</script>
<script type="text/javascript">
nowDate=new Date();
document.write(nowDate.getMonth()+"-"+nowDate.getDate()+" "+nowDate.getYear());
</script>

被折叠的 条评论
为什么被折叠?