as3.0初学求助:“helloworld”的练习,"访问可能未定义的属性 keyCode"怎么解决,请大师指教!

2025-03-19 10:35:57
推荐回答(1个)
回答1:

function keyPressed(event:Event):void

改成
function keyPressed(event:KeyboardEvent):void