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