為什么復(fù)制在其他代碼編輯器里面后在網(wǎng)頁上看不了東西?
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Echo語句</title>
</head>
<body>
<p>
?<?php echo "Welcome to imooc!"; ?>
</p>
</body>
</html>
這些代碼復(fù)制在其他代碼編輯器里面后在網(wǎng)頁上看不了東西?
2016-04-11
你有沒有在電腦上搭建PHP環(huán)境?