FormData is not defined
发布于 3 年前 作者 tzhang 11819 次浏览 来自 官方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 回复

小程序没formdata

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

回到顶部