php中嵌套Ajax脚本,运行时什么都没有出现,该怎么处理
时间:2021-07-01 10:21:17
帮助过:3人阅读
php中嵌套Ajax脚本,运行时什么都没有出现
客户端代码:
Information 添加图书
显示信息|数据修改|数据删除
服务器:
header("Content-Type:text/html ; chareset:gb2312") ;
$name=$_POST["name"] ;
$author=$_POST["author"] ;
$publisher=$_POST["publisher"] ;
$isbn=$_POST["isbn"] ;