node.right = recur(root + i - left + 1, i + 1, right); // 开启右子树递归 ...