sixsir var bytes:ArrayBuffer = new ArrayBuffer(); bytes.writeShort(31);代码这样写,然后会报错,说没有 writeShort 这个方法,是不是不能用ArrayBuffer类呢?