2018年11月20日

页面刷新

摘要: 1. history.go(0) 2. location.reload() 3. location=location 4. location.assign(location) 5. document.execCommand('Refresh') 6. window.navigate(location 阅读全文

posted @ 2018-11-20 10:20 每天暴走三公里 阅读(177) 评论(0) 推荐(0)

angular父子组件传值

摘要: angular 组件传值 **** 子传父。。。。@Output*****子组件 ts文件import {Component, Output, EventEmitter,OnInit} from '@angular/core';@Component({ selector: 'child-Compon 阅读全文

posted @ 2018-11-20 10:13 每天暴走三公里 阅读(871) 评论(0) 推荐(0)

div垂直居中,文字垂直居中!!!

摘要: <div class="warpdiv" >viuergitryrwg <div class="childdiv"></div> </div> <div class="box1">12121 <span>文字垂直居中</span> </div> .warpdiv{ width: 80%; heigh 阅读全文

posted @ 2018-11-20 10:07 每天暴走三公里 阅读(159) 评论(0) 推荐(0)

导航