摘要: <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>table表格,thead固定,tbody滚动条</title> <style> table tbody { display: block; height: 195px; overflow- 阅读全文