ios - NSMutableString appendString vs appendFormat,哪个效率更高?
<p><p>鉴于此:</p>
<pre><code>NSString *innerXml = @"somevalue";
NSMutableString *xml = [ init];
</code></pre>
<p>其中哪个更快; <strong>不</strong>询问可读性,这是主观的:</p>
<p>1.</p>
<pre><code>;
</code></pre>
<p>2.</p>
<pre><code>;
;
;
</code></pre></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>如果你真的对实现感到好奇,请阅读源代码,它可以在线获得,请参阅:<a href="http://www.opensource.apple.com/source/CF/CF-368.27/String.subproj/CFString.c" rel="noreferrer noopener nofollow">CFString.c</a> .</p>
<p>核心基础代码基本上是作为 darwin 内核开源的一部分提供的。</p></p>
<p style="font-size: 20px;">关于ios - NSMutableString appendString vs appendFormat,哪个效率更高?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/31394235/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/31394235/
</a>
</p>
页:
[1]