Uri uri = Uri.parse("http://www.google.com"); Intent it = new Intent(Intent.ACTION_VIEW,uri); startActivity(it);. 2.拨打电话: 调用拨号程序分两种 ...
確定! 回上一頁