HTML5中Table是不会用align居中的我们可以在Table中加上 margin:auto比如:<table style=" margin:auto; width:50%; border=1">,可以解决