FormData is not defined

发布于 5 年前作者 tzhang12154 次浏览最后编辑 5 年前来自 issues
Page({
    onLoad() {
        let fd = new FormData()
    },
})
ReferenceError: FormData is not defined
    at _i.onLoad (index.js:3)
    at _i.<anonymous> (WASubContext.js?t=wechat&s=1685724083105&v=2.32.1:1)
    at _i.c.__callPageLifeTime__ (WASubContext.js?t=wechat&s=1685724083105&v=2.32.1:1)
    at WASubContext.js?t=wechat&s=1685724083105&v=2.32.1:1
    at WASubContext.js?t=wechat&s=1685724083105&v=2.32.1:1
    at WASubContext.js?t=wechat&s=1685724083105&v=2.32.1:1
    at WASubContext.js?t=wechat&s=1685724083105&v=2.32.1:1
    at WASubContext.js?t=wechat&s=1685724083105&v=2.32.1:1
    at WASubContext.js?t=wechat&s=1685724083105&v=2.32.1:1
    at Function.or (WASubContext.js?t=wechat&s=1685724083105&v=2.32.1:1)(env: macOS,mp,1.06.2303220; lib: 2.32.1)
2 回复
zouna
zouna1 楼3 年前

小程序没formdata

min28
min282 楼4 个月前

报错很明显,FromData 方法未定义。