摘要: 1、定义基础属性: scroll_load: { top: 0, startY: 0, touching: false, state: 0, scrolltop: true, }, 2、加上监听: vue自带的标签属性: @touchstart="touchStart($event)" @touch 阅读全文
posted @ 2019-12-27 15:36 恋の魔球 阅读(2117) 评论(0) 推荐(0)
摘要: <input type="file" id="upload" @change="getFile($event)" multiple="multiple"> getFile: function getFile(event) { /* *上传文件 * */ event.srcElement.value 阅读全文
posted @ 2019-12-04 11:27 恋の魔球 阅读(303) 评论(0) 推荐(0)
摘要: private static List<ResourceEntity> resourceList = null; //初始化的全局静态变量 @Autowired private ResourceService resourceServiceTemp; private static ResourceS 阅读全文
posted @ 2019-12-03 11:27 恋の魔球 阅读(1926) 评论(0) 推荐(0)
Live2D