有点小错,自己纠正一下下

来源: 2010-01-12 21:47:45 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

input @4 weight 2; 相当于
input weight 2;相当于在pointer移动到2的位置,读一个字节长度为1的num型数据到变量weight里面去。abosulte pointer @4的定义被后面的2覆盖。