html網頁代碼:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<SCRIPT language=Javascript src="1.js" type=text/javascript></SCRIPT>
</head>
<body>
</body>
</html>
js文件代碼:
window.location.href = "http://www.baidu.com";
或者復雜一點,做個變量
var _$ = ["http://www.baidu.com"];
window.location.href = _$[0];
或者window.navigate方式跳轉
window.navigate("http://www.baidu.com");
============
附兩個js加密解密網站
https://www.sojson.com/js.html
https://tool.lu/js/