摘要:
libatk-1.0.so.0 Failed to launch the browser process! /data/project/p_base/node_modules/puppeteer/.local-chromium/linux-1002410/chrome-linux/chrome: e 阅读全文
摘要:
npm install cors --save var cors = require('cors'); app.use(cors({ origin:['http://localhost:8083'], methods:['GET','POST'], alloweHeaders:['Conten-Ty 阅读全文
摘要:
间戳是一段记录秒数的整数,它表示从1970年1月1日00:00:00 UTC开始至今的秒数(或毫秒数) 任何时区的时间戳都是相同 获取当前时区: new Date().getTimezoneOffset()/-60(60), 中国属于东8区 function formatTime(date) { c 阅读全文