Web Platform, Cloud and Mobile Application Development
一、弹出当地时间对话框
<script type="text/javascript"> alert(new Date().toLocaleDateString()); </script>