- Learn Kotlin Programming(Second Edition)
- Stephen Samuel Stefan Bocutiu
- 61字
- 2021-06-24 14:13:26
Chars
Chars represent a single character. Character literals use single quotes such as 'A' or 'Z'. Chars also support escaping for the following characters: \t, \b, \n, \r, ', ", \\, and \$.
All unicode characters can be represented using the unicode number, for example, \u1234.
Note that the char type is not treated as a number, as used in Java.
推薦閱讀
- 基于粒計算模型的圖像處理
- Java多線程編程實戰指南:設計模式篇(第2版)
- CockroachDB權威指南
- Production Ready OpenStack:Recipes for Successful Environments
- 21天學通C++(第6版)
- UML 基礎與 Rose 建模案例(第3版)
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- Access 2010數據庫應用技術(第2版)
- HTML5秘籍(第2版)
- Visual Basic程序設計(第三版)
- Python Programming for Arduino
- Hack與HHVM權威指南
- Python機器學習開發實戰
- Flask開發Web搜索引擎入門與實戰
- 算法超簡單:趣味游戲帶你輕松入門與實踐