[code language=”css”] word-break: break-all; //單字過長,不管單字,切斷並換行。 word-wrap: break-word; //單字過長,則將單字換行。 [/code].
確定! 回上一頁