final修饰string string类似final类吗 string可以用static final修饰吗?可以用static,限制作用范围和存储位置。除非修改string源码,否则没有必要加final,final阻止继承,需... 2021-03-14 1852次浏览