item 方法返回當(dāng)前項(xiàng)。如果集合為空或者當(dāng)前項(xiàng)沒有定義,那么將返回undefined。 示例 在下面的代碼中,使用了 item 方法返回 Drives 集合中的一個(gè)成員。 function ShowDriveList(){ var fso, s, n, e, x; fso = new ActiveXObject("Scripting.FileSystemObject"); e = new Enumerator(fso.Drives); s = "";...
www.dbjr.com.cn/shouce/script56/Script5... 2025-3-6