JS 中使用new Date().Format(YYYY-mm-dd)提示Format is not a function,是因为format不是一个js内置函数,解决办法如下: 1.换其他方式实现该功能: ...
確定! 回上一頁