高雅黑背景,屏幕上打印成功字样 - 简单网页代码
<!DOCTYPE html>
<html>
<head>
<style>
body {
background-color: #000;
color: #fff;
text-align: center;
padding-top: 200px;
font-size: 30px;
font-family: Arial, sans-serif;
}
</style>
</head>
<body>
<h1>成功</h1>
<script>
console.log("成功");
</script>
</body>
</html>
原文地址: https://www.cveoy.top/t/topic/pvKW 著作权归作者所有。请勿转载和采集!