thinkphp js参数传递问题

2025-03-02 00:33:48
推荐回答(1个)
回答1:

$.ajax({
type:'post',
url:'/flow.php?step=drop_goods',
data:'id='+rec_id,
dataType:'json',
success:function(result){

},
});
看能不能类似这样传