ตัวอย่าง
1 2 3 4 5 6 7 8 9 |
var str = []; str[0] = 0; str[1] = 1; str[2] = 2; if (2 in str){ console.log("OK") }else{ console.log("NO") } |
ผลลัพธ์ : OK
ดูเพิ่มเติม
https://stackoverflow.com/questions/2613192/check-if-an-array-item-is-set-in-js
https://stackoverflow.com/questions/2281633/javascript-isset-equivalent
ป้ายกำกับ:array, in, isset, javascript, key