摘要: function sandwichMaker(magicIngredient){ function make(filling){ return magicIngredient +" and "+filling; } return make; ... 阅读全文
posted @ 2017-09-06 18:28 wingzw 阅读(150) 评论(0) 推荐(0)