12月18日开学第一课
1.教学大纲
- 前端学习
- PHP编程
2.学习环境
1.phpstudy
2.phpstorm
3.源码
$name ='Herry';
echo $name;
// hello word
<!doctype html>
<html>
<head>
<title>Herry</title>
</head>
<body>
</body>
</html>
序号 | 姓名 | 工资 |
---|---|---|
1 | 王老五 | 80000 |
2 | 李四喜 | 90000 |
博客列表 >2019年12月18日作业
1.phpstudy
2.phpstorm
$name ='Herry';
echo $name;
// hello word
<!doctype html>
<html>
<head>
<title>Herry</title>
</head>
<body>
</body>
</html>
序号 | 姓名 | 工资 |
---|---|---|
1 | 王老五 | 80000 |
2 | 李四喜 | 90000 |