CINXE.COM

<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title></title> <script> var c = window.location.href; //alert(c); c = c.toLowerCase(); var replacedStr = c.replace("https://", ""); replacedStr = replacedStr.replace("http://", ""); replacedStr = replacedStr.replace("/", ""); replacedStr = replacedStr.replace(".qianyuwang.com", ""); window.location.href = 'https://mall.qianyuwang.com/' + replacedStr + '/index.html'; </script> </head> <body> </body> </html>