getResponseHeader is not a function

后端 未结 2 1078
半阙折子戏
半阙折子戏 2021-02-14 22:28

I need to get a value from another page. But I get this error with the following code. How can I fix it?

    $(document).ready(function() { 
        $(\"[name=\'         


        
2条回答
  •  余生分开走
    2021-02-14 22:58

    Is it a cross-domain call? You may be entering a whole new world of pain? (Cross Domain Resource Sharing GET: 'refused to get unsafe header "etag"' from Response) when you do that.

提交回复
热议问题