摘要: 功能上传 需求:同时上传多张图片 前端:jquery.ajaxfileupload.js 后端:jfinal upload.htm <html> <body> <div class="form-element-file-wapper"> <button type="button">上传照片</but 阅读全文
posted @ 2016-06-17 15:49 N神3 阅读(1431) 评论(0) 推荐(0) 编辑
摘要: <html><head><title>上传按钮样式优化</title> <style>.form-element-file-wapper { position: relative; width: 100px; height: 32px; overflow: hidden; margin: 0 aut 阅读全文
posted @ 2016-06-17 10:52 N神3 阅读(1241) 评论(0) 推荐(0) 编辑
摘要: function employee(name, job, born) { this.name = name; this.job = job; this.born = born;} function house() //这个是新的类{ this.addr = "beijing"; //var fami 阅读全文
posted @ 2016-06-17 09:45 N神3 阅读(298) 评论(0) 推荐(0) 编辑