前端html:test.html
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="Generator" content="EditPlus®"> <meta name="Author" content=""> <meta name="Keywords" content=""> <meta name="Description" content=""> <title>Document</title> <style> body{text-align: center;} #myTable{margin: auto;width:1200px;} table,td,th{ border:1px solid #aaa; font-size: 20px; border-collapse:collapse; border-spacing: 5px; table-layout: fixed; caption-side:top; } </style> </head> <body> <div id="div"> <table id="myTable" class="table"> <thead> <tr