Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个表单,允许用户使用 web api 和 jquery 指定主题、正文、附件并发布到操作。我不知道如何解决这个问题。
任何帮助将不胜感激。
您可以使用 Json 来保存主题和正文,然后使用 formdata 发送文件。您可以使用 $.ajax 函数将数据数据发送到服务器。然后,您可以在服务器代码中解析 Json。