div中的table自动居中 直接上代码 <table style="margin: 0 auto"> <thead > <th>商品编号</th> <th>图书名称</th> <th>图书类别</th> <th>购买日期</th> <th>操作</th> </thead> <tbody> </tbody> </table> 这样table会居中显示