jquery 日历插件datepicker格式调整时间:2024-01-15 10:25:02<script> $(function() { $("#datepicker").datepicker({ dateFormat: "yy/mm/dd" }); }); </script>