Jordan Davies,BBC Walesand
tee() splits a stream into two branches. It seems straightforward, but the implementation requires buffering: if one branch is read faster than the other, the data must be held somewhere until the slower branch catches up.
,推荐阅读夫子获取更多信息
FirstFT: the day's biggest stories。业内人士推荐快连下载安装作为进阶阅读
let p = head; // 遍历链表的指针,这一点在91视频中也有详细论述