作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在将一些文本翻译成意大利语,我在 strings.xml 的 XML 的这一行中遇到错误,因为 L'utente 上的 ' 符号:
<string name="usernotexist">L'utente non esiste</string>
如何解决该错误?
最佳答案
<string name="good_example">"This'll work"</string>
<string name="good_example_2">This\'ll also work</string>
摘自官方文档:http://developer.android.com/guide/topics/resources/string-resource.html
关于android - 如何放置此符号 : "' "(simple Quotation mark) in a XMLfile of android?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4944938/
我是一名优秀的程序员,十分优秀!