摘要: /* *异步上传文件 *option参数 **url:上传路径 **data:上传的其他数据{id:"1"} **maxSize:文件最大值(单位M) **callback:回调函数(可空) **beforeSend:上传前函数(可空) */ function Upload(option) { var fd... 阅读全文
posted @ 2018-12-28 10:13 扰扰 阅读(164) 评论(0) 推荐(0) 编辑
摘要: using ServiceStack.Web; using System; using System.Collections.Generic; using System.Linq; using System.Reflection; using System.Text; using System.Threading.Tasks; using System.Web; namespace restS... 阅读全文
posted @ 2018-12-28 10:11 扰扰 阅读(197) 评论(0) 推荐(0) 编辑