摘要: codeView Code 1 package com.example.flexe4; 2 3 import java.util.regex.Matcher; 4 import java.util.regex.Pattern; 5 6 import android.net.Uri; 7 import android.os.Bundle; 8 import android.app.Activity; 9 import android.content.Intent; 10 import android.view.KeyEvent; 11 import android.vie... 阅读全文
posted @ 2013-02-20 16:45 hanxun 阅读(569) 评论(0) 推荐(0) 编辑