import org.zkoss.zk.ui.Executions; String locale = Executions.getCurrent().getParameter("lang");
ZK中Url参数接受方法
最新推荐文章于 2022-08-26 00:01:31 发布
import org.zkoss.zk.ui.Executions; String locale = Executions.getCurrent().getParameter("lang");