Skip to content
New issue

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

给实体定义的属性数组中pop方法和python的pop方法表现不一致 #1307

Closed
shangdibaozi opened this issue Jul 18, 2020 · 0 comments

Comments

@shangdibaozi
Copy link

给实体定义属性数组

<Properties>
    <testVector>
        <Type> UINT8_ARRAY </Type>
        <Flags> BASE </Flags>
    </testVector>
</Properties>

在guiconsole中调试,操作和输出如下:
image
可以看到,testVector.pop()输出的是1,而vector.pop()输出的是5。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants