JS控制窗口最小宽度不少于600px可以使用jquery$(function(){if($("obj").width()>600){执行修改宽度}else{已经小于或等于600,不允许修改.}})css: body{min-width:2023-04-11JavaScript240