Forbidden
You don't have permission to access / on this server.
You don't have permission to access / on this server.
2016-02-29
<!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>
<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>
2016-02-28
已采纳回答 / kaibin99
函数int func() { ...} 此处的花括号表示将这个部分括起来,是开始和结束的标志宏定义#define ADD(X,Y) { X+Y;} 只是单纯的把整个部分包含起来数组赋值int a[] = {1,2,3};函数内部使用 用于特定语法 如 if(){ ..} while(..){ ...} 等
2016-02-28
Warning: fopen(.webroot/resource/php/f.txt): failed to open stream: No such file or directory in /54/754/COPA/index.php on line 4
Warning: fclose() expects parameter 1 to be resource, boolean given in /54/754/COPA/index.php on line 13
Warning: fclose() expects parameter 1 to be resource, boolean given in /54/754/COPA/index.php on line 13
2016-02-27