const transTreeData = function(arr, idStr, pidStr, chindrenStr) {let r = [],hash = {},i...

IP属地:广东
const transTreeData = function(arr, idStr, pidStr, chindrenStr) {let r = [],hash = {},i...
问题:以下代码console.log输出内容是什么? setTimeout(function(){console.log(1)},0) new Promise((resolv...