<!DOCTYPE html><html> <head> <title>1.html</title> <meta http-equiv="keywords" content="keyword1,keyword2,keyword3"> <meta http-equiv="description" content="this is my page"> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <!--<link rel="stylesheet" type="text/css" href="./styles.css">--> </head> <body> <table class="table table-hover" id="tblSort"> <thead> <tr> <th onClick="sortTable('tblSort',0,'int')" style="cursor:pointer">时间</th> <th onClick="sortTable('tblSort',1,'int')" style="cursor:pointer">金额</th> <th onClick="sortTable('tblSort',2,'int')" style="cursor:pointer">人数</th> ……………… </tr> </thead> </table> </body> </html>
添加回答
举报
0/150
提交
取消