Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法改变 div 的宽度(我将它用作内联块)以使其某些内容包装时恰好成为所需的必要宽度?
我在 Jquery 方面不是太有经验..
另外,我使用的是 1.8.3 版本
width:auto
或者
$("#yourid").css("width", "auto");
这里