The indexOf function is a method of the String object, so to find the position of a string within the "foo" variable above we would use foo.indexOf(). This ...
確定! 回上一頁