在微信中访问淘宝,购买商品

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title></title>
	<style>
		*{
			margin:0;
			padding: 0;
			border: none;
			width: 100%;height:100%;
			overflow: hidden;
		}
	</style>
</head>
<body>
	<script>
		(function () {
			i = document.createElement("iframe");
			i.src = location.hash.replace("#","");
			document.body.appendChild(i);
		})();
	</script>
</body>
</html>