开发者

Save response type "Content-Type : text/javascript" in text file

开发者 https://www.devze.com 2023-01-15 04:34 出处:网络
I am getting some respons开发者_如何学Ce of HTTP request. Response header is \"Content-Type : text/javascript\" and some response body.

I am getting some respons开发者_如何学Ce of HTTP request.

Response header is "Content-Type : text/javascript" and some response body.

I want to save this response body in text file as "a.txt".

Can I do it ? I have "C" files in which I have to do it.

Regards PJ


There are many file operations which allow you to save a buffer into a file.

PS: The above solution as simple as it may sound, your question is still vague. What is the exact problem you are trying to solve?

0

精彩评论

暂无评论...
验证码 换一张
取 消