1. 首页
  2. 存储
  3. SUN
  4. js 与 php 通过json数据进行通讯示例

js 与 php 通过json数据进行通讯示例

上传者: 2020-12-13 06:39:44上传 PDF文件 17KB 热度 20次
js 与 php 通过json数据进行通讯 例子: php文件 代码如下: <?php echo json_encode(array(array( ‘liaotiantiao’=>$liaotiantiao, ‘liaotiank’=>$liaotiank, ‘chatuserid’=>$chatuserid, ‘chattouserid’=>$chattouserid ))); ?> html 文件 代码如下: $(document).ready(function(){ //默认条聊天条聊天框状态 $.post(‘/index.php/chat/morenltt’,{},f
用户评论