Script not recieving url properly

前端 未结 3 1768
独厮守ぢ
独厮守ぢ 2021-01-19 07:31

I am using a combined batch and java script I found to retrieve the html from a web site using a batch file and one we address is not returning the desired output as it appe

3条回答
  •  旧时难觅i
    2021-01-19 08:08

    simply replace the space or plus-sign + with a URL encoded space %20.

    e.g. http://gatherer.wizards.com/Pages/Search/Default.aspx?output=spoiler&method=visual&action=advanced&set=["Arabian%20Nights"]

提交回复
热议问题