标题: thinkphp5,ajax请求问题
时间: 2022-06-06
$.ajax({
url:location.href,
type:'get',
dataType :'html',
success:function(data){
}
})
『回复列表(7|隐藏机器人聊天)』
// 默认输出类型
'default_return_type' => 'html',
// 默认AJAX 数据返回格式,可选json xml ...
'default_ajax_return' => 'json',