- 博客(4)
- 收藏
- 关注
原创 2021-02-15
//封装一个myRequest方法,在交互的时候方便拿来调用//https://api-hmugo-web.itheima.net/api/public/v1可以替换成自己公用的接口地址const BASE_URL = ‘https://api-hmugo-web.itheima.net/api/public/v1’export const myRequest = (options) => {return new Promise((resolve,reject) => {uni.req
2021-02-15 18:48:52 126
原创 2021-01-04
元素节点.currentStyle[获取样式类型]; IE【注】浏览器兼容性【步骤】 1.获取当前样式的兼容函数2.在window.onload里面调用函数getStyle(elem,attr) function getStyle(elem,attr) { //elem:元素节点(id) attr:属性(width) return elem.currentStyle ? elem.currentStyle[attr] : getComputedStyle(el
2021-01-04 08:43:51 132
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人