摘要:
代码如下: 报错: [01:26:16] The following tasks did not complete: first[01:26:16] Did you forget to signal async completion? 原因: 这是gulp4.0版本使用task时,回调函数使用匿名函 阅读全文
摘要:
var date = new Date(); var year = date.getFullYear(); var month = date.getMonth() + 1; var dates = date.getDate(); var day = date.getDay(); var arr = 阅读全文