判断值是否为 FormData 对象
任意值
是否为 FormData 实例
isFormData(new FormData()); // true Copy
isFormData(new FormData()); // true
判断值是否为 FormData 对象