跳到主要內容區

Q.英文單字會被分割成下一行?

在CSS中加入

style="word-break: normal;">


<style>

*{

list-style-position: outside;
word-wrap: break-word;
word-break: break-word;
}

</style>