格納する配列名=文字列.split(区切文字)
str = "Web for begginer support" myData = str.split(" "); document.write(myData);
Top / Home / Index / Next