For example: ```js const string = "foo"; const substring = "oo"; console.log(string.includes(substring)); // true ``` or ```js var string = "foo"; ...
確定! 回上一頁