摘要:
1. 下拉刷新组件 <template> <div class="box" ref="boxRef" @touchstart="touchstart" @touchmove="touchmove" @touchend="touchend" :style="style" > <slot /> </di 阅读全文
摘要:
出于浏览器同源政策的影响, 如果服务器不允许跨域, 客户端与服务器不同源, 请求就会失败, 提示如下 但是有些标签是例外的, 比如说图片的url, script标签的 url 而作为web脚本语言的javascript, 本质上其实是字符串 不信你可以在script内部 console.log("< 阅读全文