摘要: //字节流 行读取 String File file = new File("C:\\Users\\Administrator\\Desktop\\test.txt"); BufferedReader bufferedReader = new BufferedReader(new FileReade 阅读全文
posted @ 2021-01-03 22:55 朝才 阅读(372) 评论(0) 推荐(0)
摘要: (一) 原型链 prototype 显式原型 _proto_ 隐式原型 //函数 是 : 自己 -- _proto_ --> Function.prototype -- _proto_ --> Object.prototype --> null //函数实例 是 : 自己 -- _proto_ -- 阅读全文
posted @ 2021-01-03 22:54 朝才 阅读(120) 评论(0) 推荐(0)