在KeyEvent类中有一个静态方法【getKeyText(int ke


在KeyEvent类中有一个静态方法【getKeyText(int keyCode)】,它可以将按键内容以String形式返回。

A.正确

B.错误

正确答案是A