package com.mgw.member.js.dao; /** * 定义js方法名字 * @author huyan * */ public interface Native2Js { /** * js中的方法名字是 alert */ public static String ALERT="alert"; }