有没有办法检查给定的字符串变量是否包含有效的字符集名称。
例如:
输入:
str = "utf-8"
#checking str, if valid charset name then return True
str= "abcd"
#checking str, if invalid charset name then return False
有什么方法可以实现吗?
编程语言 Python。
忽然笑
相关分类