java吧 关注:1,304,312贴子:12,864,551
  • 0回复贴,共1

求大神解释这个脚本的含义

取消只看楼主收藏回复

import lrapi.lr;
public class Actions
{
public int init() throws Throwable {
return 0;
}//end of init
public int action() throws Throwable {
return 0;
}//end of action
public int end() throws Throwable {
return 0;
}//end of end
}


来自iPhone客户端1楼2015-03-30 11:46回复