私は簡単なページを持っています
$.ajax({
url: "abc.php",
type: "POST",
async: false,
dataType: 'json',
data: { 'json': JSON.stringify(match) , 'source': source} ,
success: function(response){
alert("Alert 1");
}
});
alert("hello");
location.reload();
として常に警告します"hello"
。私も試しfail:
ましたが、適切な結果が見つかりませんでした。この点で私を助けてください