cls method

T cls()

清除页面缓冲区

Implementation

T cls() {
  return push(TClear());
}