如题怎么实现?
A列数量 B列单价
C列 = A * B
在那个事件里
keypass事件里判断就行了,已解决!
直接在sql查询里写就是了select a, b a*b as c from table