mirror of
https://github.com/sjsdfg/effective-java-3rd-chinese.git
synced 2025-02-09 19:10:21 +08:00
16 lines
336 B
Plaintext
16 lines
336 B
Plaintext
{##}
|
|
{# This a Django template example #}
|
|
{# Multi-line
|
|
comment #}
|
|
|
|
----------------------------------------------------
|
|
|
|
[
|
|
["comment", "{##}"],
|
|
["comment", "{# This a Django template example #}"],
|
|
["comment", "{# Multi-line\r\ncomment #}"]
|
|
]
|
|
|
|
----------------------------------------------------
|
|
|
|
Checks for comments. |