侯向荣

Results 2 comments of 侯向荣

好像还缺一个平级引用的问题 ` let a = {}, b = {} a.b = b a.c = a.b `

function noSpace(str){ if (!str) return '' return str.split('').filter(item => item !== ' ').join('') }