private static final String string;
final的意思是这个string不能再被改变。
static的意思是这个string在类被加载的时候就加载了。