踏实玉米

文章
4
资源
0
加入时间
2年10月17天

jQuery中倒计时跳转网页界面

jQuery中倒计时跳转网页界面用DW编写,需要导入js库文件7作业倒计时跳转网页页面  window.onload=function(){    var i=5;    var time=setInterval(function(){        if(i==-1){            window.location.href="ht

vue实现父子组件的互相传值及调用方法

1.父级组件调用子组件及传值(1)命名组件命名使用驼峰命名法,如addStudent引用时,用短横线连接,如:<add-student></add-student>2、引用将组件页面import进入当前页面,并在componens里注册组件import addStudent from "./components/addStudent";export default { components: { addStude