第 16 行的 propertyDescriptor.createPropertyEditor(person); 返回 null,把 propertyDescriptor.setPropertyEditorClass 中的值改成别的就好了,这是为什么? https://paste.ubuntu.com/p/836pKJg7sP/
propertyDescriptor.createPropertyEditor(person);
propertyDescriptor.setPropertyEditorClass
需要public修饰自定义的PropertyEditorClass