2009-09-02 82 views

回答

6

只是一般的方法:

void method(@SomeAttr int param){ 
    @SomeAttr 
    int local = param * 2; 
} 
相關問題