readme
This commit is contained in:
@@ -1,2 +1,32 @@
|
||||
# XJBS_YYS_CKJXC
|
||||
# XJBS_YYS_CKJXC 项目
|
||||
|
||||
这是一个包含PHP和JavaScript的Web项目。
|
||||
|
||||
## 项目结构
|
||||
|
||||
```
|
||||
.
|
||||
├── .gitignore
|
||||
├── index.js
|
||||
├── index.php
|
||||
└── README.md
|
||||
```
|
||||
|
||||
## 使用说明
|
||||
|
||||
1. 确保已安装PHP和Node.js环境
|
||||
2. 运行PHP服务器:
|
||||
```bash
|
||||
php -S localhost:8000
|
||||
```
|
||||
3. 打开浏览器访问 http://localhost:8000
|
||||
|
||||
## 功能
|
||||
|
||||
- index.php: PHP主入口文件
|
||||
- index.js: JavaScript脚本文件
|
||||
|
||||
## 依赖
|
||||
|
||||
- PHP 7.0+
|
||||
- Node.js 12+
|
||||
|
||||
Reference in New Issue
Block a user