retreiveing website content after scripts injection

前端 未结 0 1525
夕颜
夕颜 2020-11-30 01:31

I\'m trying to get a website content but when I use ajax...

$.ajax({
  url: url,
  type:\'GET\',
  async: false,
  success: (data) => websiteContent = data         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题