摘要:
/** * Created by Administrator on 2016/9/18. * 验证银行卡格式是否正确 */ public class CheckIdCard { /** * 校验银行卡卡号 * * @param cardId * @return */ public static boolean checkBa... 阅读全文
摘要:
//加载ActionBar的方法 @Override public boolean onCreateOptionsMenu(Menu menu) { // Inflate the menu; this adds items to the action bar if it is present. // getMenuInflater().infla... 阅读全文