clear static method

void clear()

清除所有参数

Implementation

static void clear() {
  instance._params.clear();
}