Q.英文單字會被分割成下一行?
在CSS中加入
style="word-break: normal;">
<style>
*{
list-style-position: outside;
word-wrap: break-word;
word-break: break-word;
}
</style>
style="word-break: normal;">
<style>
*{
list-style-position: outside;
word-wrap: break-word;
word-break: break-word;
}
</style>