我是C++新手,不懂这个构造。InterceptionKeyStroke&kstroke=*(InterceptionKeyStroke*)&stroke我知道&=指针。但这意味着什么?*(InterceptionKeyStroke*) 最佳答案 分解:InterceptionKeyStroke//atype...&//...whichisbyreferencekstroke//named'kstroke'=//boundto(sincereferencesarebound)*//somethingthatapointerpoint