mtxcat

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2020年8月16日

摘要: Object 是javascript 父对象 function F(){ //自定义函数 } alert(F.prototype); //函数原型是object对象 alert(F.prototype instanceof Object); //true 闭包 全局变量在函数内部可以访问 funct 阅读全文
posted @ 2020-08-16 20:21 mtxcat 阅读(183) 评论(0) 推荐(0) 编辑

摘要: 先晒图 index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Index</title> <link rel="stylesheet" href="css/style.css"> </head 阅读全文
posted @ 2020-08-16 15:21 mtxcat 阅读(504) 评论(0) 推荐(0) 编辑