摘要: const needs = ['wifi', 'shower', 'laundry']; const homes = [{ name: 'Home 1', wifi: 'y', shower: 'y', laundry: 'y', metro: 'n', balcony: 'y', fireplace: 'n', pool: 'y' }, { name: '... 阅读全文
posted @ 2016-11-30 06:07 Zhentiw 阅读(513) 评论(0) 推荐(0)