Fiber.js是来自Linkedin的一个轻量级的JavaScript对象继承模型。示例代码:// Animal base classvar Animal = Fiber.extend(function() { return { // The `init` method serves as the constructor. init: function() { // Private function private1(){} function private2(){} // Privileged