clear method

void clear()

清空文案

Implementation

void clear() {
  _spanList.clear();
}