【发布时间】:2015-03-15 01:28:45
【问题描述】:
我在 string.xml 中定义了一个字符串“XXX...”并得到一个 gradle lint 问题。
Replace "..." with ellipsis character (…, …) ?
Explanation: Ellipsis string can be replaced with ellipsis character.
You can replace the string "..." with a dedicated ellipsis character,
ellipsis character (…, …). This can help make the text more readable.
为什么“...”比“...”更易读?当有人看到“…”时,我认为他/她不会意识到这是一个省略号字符。
【问题讨论】:
-
这并不意味着对其他人可读 - 它意味着对于必须显示文本的其他程序来说是可读的。