You can use a recursive generator function: var data = {sport: ['s_1', 's_2', 's_3'], date: ['d_1', 'd_2'], category: ['c_1']} function* ...
確定! 回上一頁