const string = "javascript"; const substring = "script"; console.log(string.includes(substring)); //true.
確定! 回上一頁