```javascript let ind = prompt('背景(1~16)') return { cmd: 'changeBgImg', roomType: 'normal', imgName: 'theme_'+ ind, } ```