applet_ftp.js
来自「both http and ftp file upload」· JavaScript 代码 · 共 12 行
JS
12 行
<!--
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 + =
减小字号Ctrl + -
显示快捷键?