附上源码
function open(uri) {try{
var ct=com.mojang.minecraftpe.MainActivity.currentMainActivity.get();
var he=new android.content.Intent(android.content.Intent.ACTION_VIEW,android.net.Uri.parse(uri));
ct.runOnUiThread(new java.lang.Runnable(){
run: function(){
ct.startActivity(he);
}});} catch(e){print(e)}
}
open("
http://www.baidu.com")