摘要: <script type="text/javascript"> function getBrowserInfo(){ var OsObject=navigator.userAgent; // 包含「Opera」文字列 if(OsObject.indexOf("Opera") != -1) { ret 阅读全文
posted @ 2016-12-27 21:41 Earic 阅读(221) 评论(0) 推荐(0)
摘要: String path = "/SJPT/ONPUT/HMD_TEST/" ; FtpTool.getFTPClient().changeWorkingDirectory(path); String reply = FtpTool.getFTPClient().getReplyString().substring(0, 3); if ... 阅读全文
posted @ 2016-12-27 21:17 Earic 阅读(4418) 评论(0) 推荐(0)