想了解免费建站的朋友,查看《免费建站教程》

根据屏幕大小跳转

2021-04-09 1349 JS
		<script type="text/javascript">
			if(window.screen.width > 750) {
				//window.location.href = "1/index.html"
			}
		</script>


版权保护: 转载请保留链接: https://cgy.isi8.cn/js/246.html