js 与 php 通过json数据进行通讯示例
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
用户评论