文档中心 ›up7 ›开发 ›接口 ›COM 停止上传 COM发布于 2018-07-03更新于 2018-07-03 13:29 方法名:stop_file 示例代码(JavaScript) , stopFile: function (f) { var param = jQuery.extend({},f,{ name: "stop_file"}); this.postMessage(param); }