一、弹出当地时间对话框

  <script type="text/javascript">
        alert(new Date().toLocaleDateString());
    </script>

javascript与时间相关【不断补充】_javascript