Android URL 跳轉頁面. Intent intent = new Intent();. intent.setAction(Intent.ACTION_VIEW);. intent.setData(Uri.parse(url));.
確定! 回上一頁