04 2021 档案
摘要:function isQuoteData(data) { return ['Map', 'Set', 'Array', 'Object'].includes( {}.toString.call(data).split(' ')[1].slice(0, -1) ); } function deepCl
阅读全文
摘要:const registry = new FinalizationRegistry(v=> {console.log('v >', v)}) let o = {} registry.register(o, 'i am o') o = null gc() // v > i am o 这段代码在node
阅读全文

浙公网安备 33010602011771号