... {snapshotLength} = xPathResult; while (snapshotLength--) { result.unshift(xPathResult.snapshotItem(snapshotLength)); } return result; }; ...
確定! 回上一頁