Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 4
and
Version 5
of
standard
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
05/02/2012 10:43:20 AM (
14 years
ago)
Author:
chenyang
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
standard
v4
v5
82
82
}}}
83
83
===== 行末注释 =====
84
注释界定符"
//",可以注释掉整行或者一行中的一部分。它一般不用于连续多行的注释文本;然而,它可以用来注释掉连续多行的代码段。以下是所有三种风格的例子:
84
注释界定符"
!
//",可以注释掉整行或者一行中的一部分。它一般不用于连续多行的注释文本;然而,它可以用来注释掉连续多行的代码段。以下是所有三种风格的例子:
85
85
{{{
86
86
if (foo > 1) {