内网用户可以通过浏览器对当前页面进行截图吗?
是否可以从用户当前所在的页面创建屏幕截图? (适用于 Intranet 环境)。
我知道单独使用 JavaScript 是不可能的,但是使用 Flash 或者 Java applet 可以吗?
我一直在四处寻找,但一无所获。
谢谢。
Is it possible to create a screenshot from the current page the user is on? (It's for an Intranet enviroment).
I know this is not possible with JavaScript alone, but is it possible with Flash or maybe an Java applet?
I have been searching around but I couldn't find anything.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
可以在已签名的 Java 小程序中执行此操作。 Robot 类有一个方法可以捕获屏幕; Robot.createScreenCapture
It might be possible to do in a Java applet that is signed. The Robot class has a method that makes it possible to capture the screen; Robot.createScreenCapture
您可以将页面 url 发送到服务器端脚本或服务器上的应用程序并返回整页屏幕截图图像
You can send the page url to server side script or to an app on the server and return the full page screenshot image
像 Easy Capture 这样的软件产品允许 Windows 用户截取全屏屏幕截图,这可以在调试中很有用。
A software product like Easy Capture allows Windows users to take a screen shot of the full screen, which can be useful in debugging.