以下关于len()函数的说法中错误的是?( )
len()函数可以用于返回字符串中的字符数
len()函数可以用于返回列表中的元素个数
len("I love China" )的结果为10
len("I love China" )的结果为12