创建一个formData对象var formData = new FormData();往formData里面添加数据formData.append("username", "Groucho");获取formData里面的 ...
確定! 回上一頁