显示当前时间(年月日 时秒分)js中怎么实现<script>function show(){var date = new Date()日期对象var now = ""now = date.getFullYear()+"年&qu2023-02-19JavaScript550