Bootstrap

title属性鼠标放在按钮上显示文字

  • title属性

  • <div>
        <button title="我是要显示的文字">要显示的文字</button>			
    </div>

     

;