多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
1. Access数据库,Mssql数据库, Mysql数据库,Oracle数据库 2. ![](https://img.kancloud.cn/8d/18/8d180dfc14b9a0e5843cab6d5f5fdcc8_789x361.png) 3. ![](https://img.kancloud.cn/61/5e/615ea1d7082a69424a44dd4123aefa22_786x416.png) 4. ![](https://img.kancloud.cn/41/13/4113205b7b8301dd49d1b04b3e723d6a_1212x594.png) ![](https://img.kancloud.cn/b7/d5/b7d54fbaca665c514979834143cbf751_608x413.png) 5. ![](https://img.kancloud.cn/f8/e1/f8e129522d38ee8d8e3eadb6c686feb6_689x330.png) 6.url ``` http://localhost:800/news.php?cid=2 Select name,passwed from table where cid=2 http://localhost:800/news.php?cid=2&listid=5 Select name,passwed from table where cid=2 and listid=5 http://localhost:800/news.php?cid=2 and 1=1 Select name,passwed from table where cid=2 and 1=1 http://localhost:800/news.php?cid=2 and 1=2 union select 1,2 Select name,passwed from table where cid=2 and 1=2 union select 1,2 ```