CodeLab
Show Output
 
14
 
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
    <title>Example of PHP echo Statement</title>
5
</head>
6
<body>
7
​
8
<?php
9
// Displaying string of text
10
echo "Hello World!";
11
?>
12
​
13
</body>
14
</html>
 

在微博、微信、公众号、小程序分享此示例。 如果您觉得有帮助,请给我们一个赞。