To check if current URL contains string in JavaScript, you can use test() method, toString().includes() method, or indexOf() method.
確定! 回上一頁