ios - 如何使用 ios 将字符串编码为 "windows-1252"?
<p><p>以下字符串在android中运行良好,请给我在ios中编码的建议。</p>
<p>Android 示例:String s = "hhh";
s.getBytes("Windows-1252"); </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>快速浏览一下 <code>NSString</code> 的文档会给你:</p>
<pre><code>NSString *s = @"hhh";
NSData *data = ;
uint_8 *bytes = ;
</code></pre></p>
<p style="font-size: 20px;">关于ios - 如何使用 ios 将字符串编码为"windows-1252"?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/23729767/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/23729767/
</a>
</p>
页:
[1]