我有这个功能:
$.post("url",
{
"reg_image":reg_image,
"country":country,
"birth_date":birth_date,
"user_name_refrence":user_name_refrence,
"about_breif":about_breif
},
function(data,textStatus){ alert(textStatus); },
"json");
它工作正常,但警报不起作用。为什么?