DIV文本自动换行

<style type="text/css">

.div1{ word-wrap:break-word; //自动换行}

.div2{ word-wrap:word-break;//词内换行}

</style>