正文 如何设置网页的背景为透明 米米素材网V管理员 /2018-11-04 / 阅读 1104 可以把iframe中的网页的背景设置为透明 1、a.htm <iframe src="b.htm" allowtransparency="true"></iframe> 2、b.htm body { background-color: transparent; }
发表评论