css图片自适应手机屏幕1)按你的操作,读取当前的宽度然后设置到样式中:var h = $(window).width()$(".mymsg").css("width", h)2)css操作:设置一个div,设置div的宽度2023-04-28html-css790