以下哪个选项可以向集合对象中添加一个元素?( )
my_set.remove(element)
my_set.append(element)
my_set.pop()
my_set.add(element)