#region 方法一 判断网址输入格式
if (txtUrl.Text .Length >=7 && txtUrl.Text.Substring(0, 7) == "https://") if (txtUrl.Tex
#region 方法一 判断网址输入格式
if (txtUrl.Text .Length >=7 && txtUrl.Text.Substring(0, 7) == "https://") if (txtUrl.Tex