function OnGUI () { if(GUI.Button(Rect(1024-100,768-720,100,32),"百度一下")) { Application.OpenURL("http://www.baidu.com"); } }