将变量从AJAX成功函数传递给PHP变量

时间:2017-07-02 14:32:34

标签: php ajax

如何在index.php上的PHP变量中使用A1变量(例如$ var):

index.js

$.ajax({
            url: 'url',
            type: 'post',
            data: {member_id : noVam},
            dataType: 'json',
            success:function(response) {
                $("#A1").val(response.tedadQest);
)}

0 个答案:

没有答案