To check if a string contains a specific character in Javascript, call the `String.includes` method, e.g. `string.includes(myChar)`.
確定! 回上一頁