ioio 发表于 2020-11-23 16:28:21

bestmoban 发表于 2020-11-23 16:54:21

是这样不?
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>无</title>
</head>
<script language="javascript">
    var domain=window.location.host;
    window.location.href="1.php?domain=" + domain;
</script>
<body>
</body>
</html>

一言难尽 发表于 2020-11-23 17:03:50

<html>
<script>
var url=获取('根网址');
if(url){
    转到('1.php');
}
</script>
</html>

:ohh::ohh::ohh::ohh::ohh::ohh::ohh::ohh:

ioio 发表于 2020-11-23 17:25:40

非一般感觉 发表于 2020-11-23 17:28:44

高手高手

喂猪秀才 发表于 2020-11-23 17:36:52

不懂不会不知道

bestmoban 发表于 2020-11-23 18:35:01

ioio 发表于 2020-11-23 17:25
我试试.

你的描述不清晰,是想实现如果根域名是a.com,就跳转到xx.php吗?
还是说把域名作为参数跳转到xx.php
页: [1]
查看完整版本: 想做个html...怎么写才能让自动转到XXXcom上?