字符串的拼接html
avoid using braces in interpolcation when not needs
當不須要時,避免使用大括號在interpolcationide
若是是一個單詞的話,能夠不須要加花括號了。 this
Name non-constant identifiers using lowerCamelCase
使用駝峯的非恆定的標識符名稱 htm
This class (or a class which this class inherits from) is marked as '@immutable', but one or more of
搜索到解決方法地址:
http://www.javashuo.com/article/p-ziphojuu-br.html
通過搜索找到了解決方法,用final修飾
可是final和var 還不能同時修飾,因而就去掉var
blog