摘要: 恢复内容开始 阿里字体批量导入:var iconList = document.querySelectorAll('.icon-gouwuche1'); for (var i = 0; i < iconList.length; i++) { iconList[i].click(); } 移动端使用 阅读全文
posted @ 2020-07-29 15:53 appdesign 阅读(1255) 评论(0) 推荐(0)
摘要: 子组件中: props:['mx_item'], 父组件中: import jzitem from '@/components/zj-item/zj-item.vue' //导入组件 export default{ components:{ jzitem //注册组件 }, methods:{ ge 阅读全文
posted @ 2020-07-28 15:23 appdesign 阅读(89) 评论(0) 推荐(0)
摘要: //将后端json字符串转换json var json = JSON.stringify(res.data); var json = eval(json); this.item = json[0]; 阅读全文
posted @ 2020-07-23 09:03 appdesign 阅读(1634) 评论(0) 推荐(0)
摘要: //JDBC JAVA 代码编写,代码属于初级阶段,后续有待更新。 public class ConnBean { //db连接参数 private String driver; private String url; private String username; private String 阅读全文
posted @ 2020-07-22 21:44 appdesign 阅读(175) 评论(0) 推荐(0)