else {
files.forEach(function (filename fileIndex) {
console.log(filename)
gm(source + filename).size(function (err values) {
if (err) {
console.log('Error identifying file size: ' + err)
else {
console.log(filename + ' : ' + values)
aspect = (values.width / values.height)
widths.forEach(function (width widthIndex) {
height = Math.round(width / aspect)
console.log('resizing ' + filename + 'to ' + height + 'x' + height)
this.resize(width height).write(dest + 'w' + width + '_' + filename function(err) {
if (err) console.log('Error writing file: ' + err)
)
.bind(this))
)
)
)
多个回调函数和 if/else 语句使代码难以理解 。 如果我们添加更多逻辑 , 它在未来可能变得不可维护 。 由于这个问题 , 引入了更新的功能 。 Promise 似乎可以帮助我们编写一个更简洁的程序 。 Async/await 关键字允许我们编写看起来像同步代码的异步代码 。
今天的爱创课堂小编就分享到这里了 , 有想学习前端 , 了解前端更多知识的同学 , 欢迎大家点赞、关注、私信我!!
- javascript|Web前端培训:什么是 MEAN Stack?
- javascript|奢侈品级别音响B&W加持,峰米向行业第一发起冲击?
- javascript|帕特·基辛格被任命为英特尔CEO已有一年
- 想要玩转 Web3.0,读懂智能合约是关键
- javascript|SSD、显卡速度再翻倍! 新一代PCIe 6.0标准正式定案
- Web3.0时代,数字人如何突破规模落地三大难点?百度李士岩:两
- Web 3,能解决互联网最核心的悖论吗?
- Web3.0时代,数字人如何突破规模落地三大难点?
- 国际热核聚变实验堆|web前端 - JS中的4个for循环
- 泰捷 WEBOX T1S 投影仪评测:千元售价真1080P,还支持梯形校正