dim y1 as double = tables("A").current("数量")
dim y2 as date = tables("A").current("日期")
dim y3 as string = tables("A").current("单号")
Output.show(y1 & "/" & y2 & "/" & y3)