Try the following code to redirect as per specific word found: ... case 'corona': window.location.replace('corona.html'); break; ...
確定! 回上一頁