随便给你写几种['1','2',''].some(r => r==='') ['1','2',''].find(r => r==='') ==='' !['1','2',''].every(r => r!=='') ['1','2',''].includes('')
随便给你写几种