snapshotLength === 1; } else{ var count = 0; for(var i=0;i<result.snapshotLength;i++){ if(!isHidden(result.snapshotItem(i)))count ++; } return count === 1; } ...
確定! 回上一頁