Python变量 strNovel 中存储有某小说的全部文本内容,如果要获得该小说用了多少个不同的字符,应该使用的表达式是( )。
len(strNovel)
strNovel.count()
len(set(strNovel))
strNovel.index()