Java Coding style¶ · Start class variable names with 'm' prefix (e.g. mSomeClassVariable) and static variables with 's' prefix (e.g. sSomeStaticVariable) · import ...
確定! 回上一頁