findViewById(R.id.image).setOnClickListener(new View.OnClickListener(){
@Override
public void onClick(View v) {
//点击跳转浏览器
startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(“http://carryguan.me")));
}
});
安卓代码段--跳转浏览器
Author: tea9
Permalink: http://tea9.github.io/post/1862513401.html
License: Copyright (c) 2017-2025 CC-BY-NC-4.0 LICENSE
Slogan: Do you believe in DESTINY?