javascript books

脑子里突然冒出这么一句话: “反射 是一种 代理!!!”,javascript ECMScript 6中也开始实现 Reflect 了。

php的动态代理, 反射方面,在很多框架中都用到了。也是很多框架的实现的重要手段。

http://www.phppan.com/2011/10/php-design-pattern-proxy-and-reflection/

 http://www.loadphp.cn/archives/239

http://www.infoq.com/cn/articles/es6-in-depth-proxies-and-reflect/

-------------------------------------------------------------------------------------------

http://bonsaiden.github.io/JavaScript-Garden/

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide

http://www.infoq.com/cn/articles/es6-in-depth-proxies-and-reflect/

原文地址:https://www.cnblogs.com/oxspirt/p/5908217.html