Pre-ES6, the common way to check if a string contains a substring was to use indexOf , which is a string method that return -1 if the string does not contain ...
確定! 回上一頁