proxy-www
proxy-www copied to clipboard
请教
if (typeof o === 'function') {
return o.bind(target)
}
什么情况下代码会走到这个条件分支?
then(), toString() 等方法调用时