iphone - 独特的隐形角色? Objective-C
<p><p>我想知道是否有可能拥有无法通过标签看到但仍代表某些东西的独特字符。</p>
<p>如果我写了:</p>
<pre><code>12*12(2$2)
Appear as: 12*12(22)or 12*12(2 2)
</code></pre>
<p>"$"将是不可见字符,但我可以使用替换文本功能稍后用 ** 替换它。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>也许您可以为此使用不可破坏空间:<code>@"\u00a0"</code>。</p>
<p>见 <a href="http://en.wikipedia.org/wiki/Whitespace_character" rel="noreferrer noopener nofollow">http://en.wikipedia.org/wiki/Whitespace_character</a>获取其他空白字符的列表。</p></p>
<p style="font-size: 20px;">关于iphone - 独特的隐形角色? Objective-C ,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/9751702/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/9751702/
</a>
</p>
页:
[1]