0

我在sites.google.com 上注册了一个页面。 https://sites.google.com/site/redirre4/?id=3434343434 我选择了一个 iframe widjet,感觉在我的链接中

http://92.63.106.195/test

索引.html

<head>
<script type="text/javascript">
function getUrlVars() {
     var vars = {};
     var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m,key,value) {
          vars[key] = value;
     });
     return vars;
}
var id = getUrlVars()["id"];
var url = 'http://ya.ru/?flowid=545&code=ixynrgjgfdhnurl&id=';

       alert (url + id);
    top.location.href = (url + id);

 </script>
</head>

</html>

但是我有一个问题,一个函数不能解析一个id。它出什么问题了?

4

0 回答 0