ITMISS
#test15645{display:inline-block;padding:5px10px;background:red;color:#fff;}functiondemo(el,msg){el.innerHTML=msgvartimer=setInterval(function(){msg=msg.substring(1)+msg.substr(0,1)el.innerHTML=msg},150)}demo(document.getElementById('test15645'),'欢迎使用XXX示例,这只是测试数据!')