文字列.slice(開始位置,終了位置)
str = "JavaScript"; str = str.slice(4,10); document.write(str);
Top / Home / Index / Next