JS定时器setTimeout("close()", 1000);setInterval("close()", 1000);,注意close方法不能写在$(function(){...});中。

使用style="word-break: break-all; word-wrap:break-word;"解决HTML中超长英文字符不能正确换行的问题