有没有办法关闭flex中编译后的html页面的自动重新生成?
我正在从 Flex 应用程序调用 javascript 函数,现在 js 函数所在的页面消失了,这非常烦人,因为每次我构建和调试应用程序时,页面都会刷新其内容,而我自己的所有代码都会消失。
I'm calling a javascript function from a Flex application and it's quite annoying that the page for now where the js-function resides vanishes because every time I make a build and debug the application the page refreshes it's content and all my own code vanishes.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
打开项目的
index.template.html
(位于html-template
文件夹中)并将 JavaScript 函数放置在其中。Open your project's
index.template.html
(inhtml-template
folder) and place your JavaScript function there.