如何从Web应用程序生成html文件?

发布于 2024-12-05 04:21:18 字数 231 浏览 6 评论 0原文

我有一个现有的 Java Web 应用程序。每当有更改来增强应用程序时。我们通常做的是,我们会截取页面的屏幕截图,并使用一些图像编辑软件复制并粘贴修改后的设计,例如添加新字段等,然后发送给用户进行审核。

我想问是否有办法从Web应用程序生成html模型?这样我们就可以直接从模型中进行编辑。

我知道我们可以使用 wget 但我的应用程序受密码保护,所以我不确定使用哪个命令。

希望获得更多建议,谢谢。

I have a existing java web application. Whenever there are changes to enhance the application. What we usually do is that we will take the screenshots of the page and use some image editor software to copy and paste the modified design e.g. add new fields etc. and then send to users for review.

I like to ask if there is anyway to generate the html mockup from the web application? Such that we can directly edit from the mockup instead.

I know we can use wget but my application is password protected so i not sure which command to use.

Will appreciate for more advice thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

知足的幸福 2024-12-12 04:21:18

这行得通吗?

wget --user=username --password='password' ...

Will this work?

wget --user=username --password='password' ...
伴梦长久 2024-12-12 04:21:18

也许Balsamiq就是你的想法。

Maybe Balsamiq is what you have in mind.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文