/// <summary> /// 加载指定网址 /// </summary> /// <param name="urlOrPath"></param> public void LoadUrl(string urlOrPath) { Chrome.LoadUrl(urlOrPath); }