case 'att':
window.location.replace('/att-Forms.htm');
break;
case 'at&t':
window.location.replace('/att-Forms.htm');
break;
ある種の「または」関数でこれを短縮する方法はありますか?
case 'att':
window.location.replace('/att-Forms.htm');
break;
case 'at&t':
window.location.replace('/att-Forms.htm');
break;
ある種の「または」関数でこれを短縮する方法はありますか?