📄 applet_ftp.js
字号:
<!--
document.write('<APPLET CODE = "javazoom.upload.client.MApplet.class" CODEBASE = "./" ARCHIVE = "lib/jclientupload.jar,lib/ftpimpl.jar,lib/cnet.jar,lib/clogging.jar" WIDTH = "250" HEIGHT = "250" NAME = "clientupload">');
document.write('<PARAM NAME="scriptable" VALUE="true">');
document.write('<PARAM NAME = "url" VALUE="ftp://localhost">');
document.write('<PARAM NAME = "param1" VALUE="username">');
document.write('<PARAM NAME = "value1" VALUE="anonymous">');
document.write('<PARAM NAME = "param2" VALUE="password">');
document.write('<PARAM NAME = "value2" VALUE="something@somewhere.com">');
document.write('<PARAM NAME = "mode" VALUE="ftp">');
document.writeln('</APPLET>');
//-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -