What prevents me from using $.ajax to load another domain's html?

前端 未结 4 1387
遇见更好的自我
遇见更好的自我 2020-12-17 06:31

My domain:

  


scrape


        
4条回答
  •  北海茫月
    2020-12-17 07:19

    One workaround is to make a server-side script (eg. PHP) to get the page, and have $.ajax call that.

提交回复
热议问题