Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在开发时快速重新加载 TideSDK 应用程序的源文件,而不必关闭它并重新启动?我尝试将按键事件绑定到
location.reload();
但这不起作用。