mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-04-14 21:30:38 +08:00
15 lines
222 B
Plaintext
15 lines
222 B
Plaintext
'a'
|
|
'%''
|
|
'%/123/'
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["char", "'a'"],
|
|
["char", "'%''"],
|
|
["char", "'%/123/'"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for chars. |