道场'TypeError:无法读取属性'style'为null的'发送xhrPost请求

DOJO 'TypeError:Cannot read property 'style' of null' error response while sending xhrPost request

本文关键字:null 请求 style xhrPost 发送 读取 TypeError 道场 属性      更新时间:2023-09-26

我正在使用DOJO框架向服务器提交表单详细信息。xhrPost方法用于将表单提交到服务器。使用JSON消息格式。

当这在大多数桌面浏览器和一些移动浏览器中工作时,我会收到错误

TypeError:Cannot read property 'style' of null

与一些移动设备一致。

Pl帮助。

尝试将dojo代码包装在:中

dojo.ready(function(){
    ...
});