public int action() throws Throwable {
String str = "Test";
long lg = 100;
lr.output_message("The value of str = " + str + ".");
lr.output_message("The value of lg is " + lg + "." );
return 0;
}//end of action
参数化一样的,选中某值,右键-replace with parameter