赞
踩
(其他的以后慢慢补)
def map = ['/settings/online/auto':'在线检测', '/default/value/find': '默认值管理'];
def key = doc['uri.keyword'].value;
def type = map[key];
if (type == null) { return "其他"; }
return type;
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。