企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
~~~ <script> var oDate= new Date(); var year = oDate.getFullYear(); var month = oDate.getMonth()+1; var date = oDate.getDate(); var hour = oDate.getHours(); var minute = oDate.getMinutes(); var second = oDate.getSeconds(); var min = oDate.getMilliseconds(); var day = oDate.getDay(); console.log(oDate); console.log(year); console.log(month); console.log(date); console.log(hour); console.log(minute); console.log(second); console.log(min); console.log(day); </script> ~~~