Correcting teacher:PHPz
Correction status:qualified
Teacher's comments:
print("期待自己!")
name = "期待."
print(name)
exit()
id | name | age | day |
---|---|---|---|
0 | HH | 18 | 2000 |
1 | ZH | 19 | 2001 |
第三行
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- 生成id、class -->
<!-- div#id{这是内容}
div.class{这是内容} -->
<!-- 父子、兄弟 -->
<!-- tr>td*5
h1+h1 -->
<!-- tr>td*5{test$} -->
</body>
</html>