+ -
当前位置:首页 → 问答吧 → XML解析错误:未找到元素

XML解析错误:未找到元素

时间:2011-09-16

来源:互联网

XML解析错误:未找到元素 位置:moz-nullprincipal:{68c89c5e-bfb7-435d-9214-09f80a3a4cf3} 行:1,列:1:大虾们,帮忙解决下。

作者: startdawn   发布时间: 2011-09-16

贴代码

作者: qianzai5765638   发布时间: 2011-09-16

JScript code

 itemsInfo: function () {
        var that = this;
        Fsx.iPlayer({ act: 18, targetType: -1 }, function (d) {
            var box = $("#fudiBuild div.houfu_p");
            if (box.length) {
                box.replaceWith(Fsx.loadModel({
                    url: Fsx.modlePath.home.houfu.itemsInfo,
                    data: d
                }));
            } else {
                $("#fudiBuild").append(Fsx.loadModel({
                    url: Fsx.modlePath.home.houfu.itemsInfo,
                    data: d
                }));
            }

        });
    }

作者: startdawn   发布时间: 2011-09-16