What scenarios does the axios data interface form-data apply to, and what is the difference between it and conventional parameters

what scenarios does the axios data interface form-data apply to, and what is the difference between it and normal parameters


form-data is a form submission, which is generally used for normal form submission application/x-www-form-urlencoded or an API for file upload multipart/form-data (files are not uploaded separately). However, this is not absolute. Many form submission interfaces are also submitted in the format of application/json . In the final analysis, this is related to the specification problem of the back end.
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bd2901-30e16.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bd2901-30e16.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?