java吧 关注:1,297,843贴子:12,833,671
  • 1回复贴,共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回复
    服务器启动自动运行的程序


    2楼2015-03-30 15:27
    回复