摘要: const secureBooking = function () { // 调用这个函数 这个值外部无法访问 let passengerCount = 0; return function () { passengerCount++; console.log(`${passengerCount} 阅读全文
posted @ 2022-07-11 20:38 吃惊夜夜 阅读(79) 评论(0) 推荐(0)