打印

返回数据库中的值为何只有一位??

返回数据库中的值为何只有一位??

Dim nPass As Char
nPass = PassData.Tables(0).Rows(0).Item("口令")
本来口令=888,但是返回值显示为8?
何故?

TOP