扩展方法:
public static returnType funName(this className,Paramaters...);
为className扩展一个名为funName的方法(必须是静态方法)