vars.put("title", title); // put new value into ${title} variable. log.info("\n\ntitle from vars : "+ vars.get("title") ); ...
確定! 回上一頁