Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、a[20] の要素がまだ定義されていない場合、最初は空の文字列 (つまり、a[0]==""、a[1]==""、a[2]=="") として開始されます。 ,.....a[20]=="")。これが正しいロジックなのか、JavaScript と混同しているのかはわかりません。