显示时间的最简单的JS

    技术2022-05-11  67

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

    </script> 


    最新回复(0)