When i use Text or Label to show this :
[
[1,"PAGE",{"id":"w"}],
[2,"Text",{"caption":"This is first GUI Page,totally different form HTML."}]
]
It shows this:
{1 PAGE {{'id': 'w'}}} {2 Text {{'caption': 'This is first GUI Page,totally
different form HTML.'}}}
Have you met this? Why? Is it
On Sun, 7 May 2023 at 23:01, 张小平 <13295564...@163.com> wrote:
> When i use Text or Label to show this :
>
> [
> [1, "PAGE", {"id":"w"}],
> [2, "Text", {"caption":"This is first GUI Page,totally different form
> HTML."}]
> ]
>
> It shows this:
> {1 PAGE {{'id': 'w'}}} {2 Text {{'caption':