如何在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);
)}