嗨,伙计们,在我的 Html 页面中...我在单词之间使用空格...并且它在浏览器中无法正确显示...它的完全包裹和单个空格留在单词之间...解决这个问题的解决方案...
这是我的代码
<html>
<head>
<style type="text/css">
th {word-wrap: break-word}
</style>
</head>
<body>
<h1>Sample</h1>
<p>A paragraph.<th>Aravinth Bike</th></p>
</body>
</html>
输出是
A heading
A paragraph.Aravinth Bike