摘要:
记录今天在学习 FUNCTION#APPLY #CALL #BING 偶然遇到的一个之前没有注意到的问题。 我将其成为对象中的函数作用于问题, 确切的说,对象中函数的this 指向问题。 我尝试执行以下代码: let name = 'jay'; let age = 25; let obj = { n 阅读全文
摘要:
# Copyright (c) 1993-2009 Microsoft Corp. # # This is a sample HOSTS file used by Microsoft TCP/IP for Windows. # # This file contains the mappings of 阅读全文
摘要:
对象迭代器接口 let obj = { key1: "val1", key2: "val2", key3: "val3", }; function cusObjIterator(obj) { let metaItemArr = []; for (let i in obj) { let metaIte 阅读全文
摘要:
Why retailers everywhere should look to China 原文 That is where they will see the future of e-commerce 为什么零售业/零售商都应该吧目光投向中国 那是他们能够看到的电商未来的地方(中国是电商的未来) 阅读全文