使用 `parseOfdDocument` 方法解析 ofd 文件,`success` 返回的数据里 `pages[0][47].json["ofd:Template"]` 是个数组,不是对象,如下图, <img width="1419" alt="image" src="https://github.com/DLTech21/ofd.js/assets/71180221/cb01f45c-9e89-4980-8d18-8ddf6a19434d"> 当 template 是数组时,`template['@_TemplateID']]['json']` 会报 `TypeError: Cannot read properties of undefined (reading 'json')` 的错误,如下图, 