为了账号安全,请及时绑定邮箱和手机立即绑定

文字无法自动换行

div标签里面的文字内容box1,我把他改成“box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1”这段改成超过一行宽度的文字,为什么显示出现没法像上面的文字一样自动换行呢

正在回答

3 回答

详见 http://www.php100.com/html/webkaifa/DIV_CSS/2009/0416/2453.html

0 回复 有任何疑惑可以回复我~

<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>对齐</title>
<style type="text/css">
#txt{
 color:red;
 word-break:break-all;
 width:200px;
 }
</style>
</head>
<body>
<div id="txt">box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1box1</div>
</body>
</html>

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

文字无法自动换行

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信