第26106题 判断题
判断仅通过检查URL字符串是否包含'https://'子串来判定网址使用HTTPS协议的方法不会产生误判的说法是否正确
url = input("请输入一个网址")
if 'https://' in url:
    print("使用了HTTPS协议")
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析