내가 작성한 코드가 귀하의 코드와 동일합니다. 브라우저에서 열면 왜 깨졌나요?
<!DOCTYPE html><html><head><meta charset="UTF-8"><title>管理员信息管理</title></head><body>< ;?php include("guanli.php");?><h3>管理员信息显示</h3><table width="350" border="1"cellspacing="0">< tr>
id | 이름 | 账号 | 密码 | 操작 | ; </tr><?phpheader("content-type:text/html:charset=utf8");$conn=mysqli_connect("localhost","root","root","admin");mysqli_set_charset($ conn,"utf8");$sql_select="select * from user";foreach ($conn->query($sql_select) as $row){echo "<tr>";echo "<th>{$ row['id']}";echo "
{$row['name']} | ";echo "
{$row['acount'] } | ";echo "
{$row['password']} | ";echo "
{$row['createtime']} | ";echo "<td><a href='edit.php'>修改</a><a href='del.php'>删除</a><a href=' poss.php'>중대형</a></td>"; echo "</tr>";}?></table></body></html>