1

当我将它直接放在地址栏中时,我的 url 工作正常,但是在执行下面的代码时,它会出现错误。

$.ajax({
                        type: 'GET',
                        url: 'http://www.facebook.com/dialog/apprequests?app_id='+appid+'&message=hello&redirect_uri='+redirect_url,
                        success: function (data) {
                            alert('success');                                   
                        },
                        error: function (error){
                            alert('error');
                        }
                    });

为什么它在我的 Java Script 代码中不起作用?

4

0 回答 0