This repository has been archived on 2026-06-20. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2025-01-14 01:43:30 +08:00

33 lines
470 B
Markdown

# 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+