2009-09-02 50 views

回答

6

只是一般的方法:

void method(@SomeAttr int param){ 
    @SomeAttr 
    int local = param * 2; 
}