var str = window.prompt("数列を入力してください。数字の間には','を入力してください。") var strbox = str.split(",") var intbox = []; for(var i=0; i