我有一个php函数,它从db返回一个Json数据。 我希望从函数中获取所有json并将其显示在我的Firefox应用程序中。我试过Jquery Ajax。但它不起作用。
任何其他库或Ajax编码?
var a=1;
$.ajax({
url:"http://localhost/shop/home/home/demo",
type:"POST",
data:{b:a},
success: function(msg){
alert(msg);
}
});
它没有使用firefox应用。帮助我。
答案 0 :(得分:3)
您必须使用mozSystem属性。这是使用原生XMLHttpRequest的示例。
new MemoryStream(image.Bytes)
希望它有所帮助!