<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>认识语句</title>
<script type="text/javascript">
document.write("Hello");
//这里要是给缩进,慕课网页提交会报错
document.write("world");
</script>
</head>
<body>
</body>
</html>
没什么影响。缩进多少个空格只是个人口味问题。不过同一个团队内部还是保持一致比较好,或者找套大厂的风格指南来参考。