2017年3月6日

摘要: window.onload = function (){ var ULa = document.getElementById("ul1"); var lia = ULa.getElementsByTagName("li"); for(var i=0;i<lia.length;i++){ 下面做下分析 阅读全文

posted @ 2017-03-06 19:38 武奘 阅读(4416) 评论(0) 推荐(0) 编辑

摘要: var test='hello world';console.log(this.test);//this指全局windowvar test1 = { test:'hello zhongguo', func:function(){ return this.test; }}var func = test 阅读全文

posted @ 2017-03-06 17:50 武奘 阅读(292) 评论(0) 推荐(0) 编辑


Copyright © 2024 武奘
Powered by .NET 8.0 on Kubernetes