white-space:nowrap; 1: <table style="white-space:nowrap"> <!采用css的内嵌样式指动换行属性> 2:直接在页面中设置统一的字体样式 <style> table{ white-space:nowrap; } </style> 来源:https://www.cnblogs.com/songyinan/p/11933191.html 标签 white-space nowrap table