We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用 parseOfdDocument 方法解析 ofd 文件,success 返回的数据里 pages[0][47].json["ofd:Template"] 是个数组,不是对象,如下图, 当 template 是数组时,template['@_TemplateID']]['json'] 会报 TypeError: Cannot read properties of undefined (reading 'json') 的错误,如下图,
parseOfdDocument
success
pages[0][47].json["ofd:Template"]
template['@_TemplateID']]['json']
TypeError: Cannot read properties of undefined (reading 'json')
The text was updated successfully, but these errors were encountered:
@DLTech21 存在多个 Template 时会报错
Sorry, something went wrong.
自行修改
@DLTech21 大佬,帮忙评审并合入一下 #113
No branches or pull requests
使用
parseOfdDocument
方法解析 ofd 文件,success
返回的数据里pages[0][47].json["ofd:Template"]
是个数组,不是对象,如下图,当 template 是数组时,
template['@_TemplateID']]['json']
会报TypeError: Cannot read properties of undefined (reading 'json')
的错误,如下图,The text was updated successfully, but these errors were encountered: