請問有是什么錯呢??
<!DOCTYPE html>
<html>
? ? <head>
? ? ?<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
? ? ? ? <title>歡迎學習php!</title>
? ? </head>
<body>
? ? ? ?<p>
? ? ? ?<php?
? ? ? ?echo 'PHP學到家,走到哪兒都不怕!';
? ? ? ?
? ? ? ?
? ? ? ?
? ? ? ?></p>
? ? ? ?
</body>
</html>
2017-05-11
<?php?
? ? ? ?echo 'PHP學到家,走到哪兒都不怕!';
? ? ? ?
? ? ? ?
? ? ? ?
? ? ? ? >
2017-12-05
?>這個可以不加,但有>這個可能不能沒有?
2017-12-05
可能你沒加?