这是您在 tiapp.xml 文件中配置的内容。在 window 元素中,插入一个值为 false 的 chrome 元素。例如:
<window>
<id>initial</id>
<title>My Great App</title>
<url>app://index.html</url>
<width>700</width>
<height>500</height>
<fullscreen>false</fullscreen>
<chrome>false</chrome>
</window>
希望有帮助。