简中文档

method FormData.append

#FormData.append(
name: string,
value: string | Blob,
fileName?: string,
): void

Parameters #

#name: string
#value: string | Blob
#fileName: string
optional

Return Type #

void