数据流的例子 Stream于WEB网络的数据流的例子 virtual type get(int i); virtual void push(type object); virtual type pop(); virtual type popIndex(int index); virtual type pop(ty