解决措施:使用center或者div的align属性

示例代码:

<html>
<body>
 
<center><button onClick="clickme()">hit me</button></center>
 
<script>
	function clickme(){
		alert("123");
	}
</script>

</body>
</html>

或者

<html>
<body>
 
<div align="center"><button onClick="clickme()">hit me</button></div>
 
<script>
	function clickme(){
		alert("123");
	}
</script>

</body>
</html>

效果图:
在这里插入图片描述

Logo

基于 Vue 的企业级 UI 组件库和中后台系统解决方案,为数万开发者服务。

更多推荐