shared.vnc

来自「远程连接vnc 大家需要编译后才能使用奥」· VNC 代码 · 共 19 行

VNC
19
字号
<HTML><!-- This is an example of how to set default options in the Java VNC viewer     applet - in this case the "Share Desktop" option is set to "Yes".  Any     option can be set by giving a parameter with the same name as the     option (spaces are important, but case isn't) --><HEAD><TITLE>$USER's $DESKTOP desktop ($DISPLAY) [shared]</TITLE></HEAD><BODY><APPLET CODE=vncviewer.class ARCHIVE=vncviewer.jar        WIDTH=$APPLETWIDTH HEIGHT=$APPLETHEIGHT><param name=PORT value=$PORT><param name="share desktop" value=yes></APPLET></BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?