package cn.hxex.vote.util; public class VoteFunction ...{ public static String votetype(String votetype)...{ return SelectConst.getVoteTypeTitle(votetype); } public static String votetypeoptions(String defaultValue)...{ return SelectConst.getVoteTypeOptions(defaultValue); } public static String pictype(String pictype)...{ return SelectConst.getPicTypeTitle(pictype); } public static String pictypeoptions(String defaultValue)...{ return SelectConst.getPicTypeoptions(defaultValue); } } http://blog.csdn.net/daryl715/archive/2007/02/11/1507387.aspx |