function fullScreen(){ $("#container").css({"width":window.screen.width,"height":window.screen.height}); }
图片宽度自适应浏览器宽度
最新推荐文章于 2023-05-05 14:36:41 发布
function fullScreen(){ $("#container").css({"width":window.screen.width,"height":window.screen.height}); }