30 lines
692 B
HTML
30 lines
692 B
HTML
<html>
|
|
|
|
<head>
|
|
<script>
|
|
|
|
|
|
console.log(111111)
|
|
// window.onload = function () {
|
|
|
|
window.location.href = '/nta';
|
|
// 用新的URL替换当前页面的URL
|
|
// window.location.replace('../nta'); //网页链接路径
|
|
|
|
// }
|
|
|
|
|
|
</script>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>TMR Modern Herbal Medicine</title>
|
|
<link rel="shortcut icon" href="../img/tmr3.png" type="image/x-icon"/>
|
|
<frameset framespacing="0" border="0" rows="0" frameborder="0">
|
|
<frame name="main" src="../journals.html?J_num=19" scrolling="auto" noresize>
|
|
</frameset>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html> |