菜鸟教程小白 发表于 2022-12-13 15:29:45

ios - ASIFormDataRequest 请求字符串


                                            <p><p>我正在使用 ASIFormDataRequest 在服务器上发送请求。我的问题是 - 如何检查应该发送到服务器的请求字符串。</p>

<p>例如这样的字符串:</p>

<pre><code>client=100001&amp;time=1341271289&amp;sign=99f031b0189aa006ee19ac22e77032a
d&amp;city=2&amp;name=%D0%98%D0%BC%D1%8F&amp;phone=050+111+22+33&amp;email=user
%40mafia.ua&amp;text=%D0%97%D0%B0%D1%87%D0%B5%D0%BC+%D0%B2%D1%8B+
%D1%80%D0%B0%D1%81%D0%BA%D0%BE%D0%B4%D0%B8%D1%80%D0%BE
</code></pre>

<p>我的意思是我需要将这个字符串输出到 NSLog 中</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>找到您的 ASIHTTPRequestConfig.h 文件并查找行</p>

<pre><code> // When set to 1, ASIFormDataRequests will print information about the request body to the console
    #ifndef DEBUG_FORM_DATA_REQUEST
    #define DEBUG_FORM_DATA_REQUEST 0
    #endif
</code></pre>

<p>设置 <code>DEBUG_FORM_DATA_REQUEST 1</code> 就完成了!</p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - ASIFormDataRequest 请求字符串,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/11757352/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/11757352/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - ASIFormDataRequest 请求字符串