ios - 这个返回参数是什么意思?
<p><pre><code>+(const char /*wchar_t*/ *)wcharFromString:(NSString *)string
{
return;
}
</code></pre>
<p>它返回 char 还是 wchar_t? </p>
<p>从方法名看,应该是返回wchar_t,但是为什么wchar_t返回类型周围有注释呢?</p>
<p>来源在这里:</p>
<p> <a href="https://stackoverflow.com/questions/7753262/how-to-convert-wchar-t-to-nsstring" rel="noreferrer noopener nofollow">How to convert wchar_t to NSString?</a> </p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>该代码看起来不正确。他们声称它做一件事,但它实际上做了另一件事。返回类型为 const char *。</p></p>
<p style="font-size: 20px;">关于ios - 这个返回参数是什么意思?,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/18039402/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/18039402/
</a>
</p>
页:
[1]