文字列.indexOf(検索文字列、検索位置)
str = "オープンソースソフトとしてLinuxは有名です" document.write(str); point = str.indexOf("Linux",0); document.write("Linuxは、" + point + "文字目です");
Top / Home / Index / Next