Use a for loop and iterate over the target array. If every element is contained within the current array (use current.indexOf(elem) !== -1) , then they're all ...
確定! 回上一頁