摘要: &1.this指向window function apple(){ console.log(this);//window } apple(); &2.this指向实例化对象p1,p2;function Person(age,name){ this.age = age; this.name = nam 阅读全文
posted @ 2019-04-22 18:31 认真对待生活 阅读(194) 评论(0) 推荐(0)
摘要: <html> <head> <title>AJAX实例</title> <script language="javascript" type="text/javascript"> <!-- var xmlHttpRequest; //定义一个变量用于存放XMLHttpRequest对象 //定义一个 阅读全文
posted @ 2019-04-22 15:22 认真对待生活 阅读(114) 评论(0) 推荐(0)