JS 固定圖片背景

<script>
		document.body.style.background = "url('{$userSkinBackground}')";
		document.body.style.backgroundAttachment = "fixed";
	</script>
相關文章
相關標籤/搜索