JavaScriptHTML5すくりぷとみるきぃさんど
var a = "ようこそホームページへ"; document.write("『" + a + "』の3〜6番目の文字は、『") document.write(a.substring(3,7) + "』です。");