Aaron Young

Results 217 comments of Aaron Young

I would use the Grammarly to write issues

> do you still need this PR? Thanks for reply,This is very helpful for Chinese.

参考 《JavaScript高级程序设计》函数绑定: ```js ```js Function.prototype.bind1 = function(context) { var that = this return function() { that.apply(context, arguments) } } var person = { name:"杨俊宁" } function sayHi(name) { console.log(this, name)...

你怎么引入的,没有代码我没法定位

> 只支持dumi1.0版本吗,在2.0版本的项目中rn组件无法正常渲染。 报错消息: Error: Module parse failed: Unexpected token (14:7) You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file....