function f(flag, start, end, msg){

  flag = flag == false ? flag true;

  start = start || null;

  start = arguments[1] ? arguments[1] : null;

  end = end || null;

  end = arguments[2] ? arguments[2] : null;

  msg = msg || null;

  msg = arguments[3] ? arguments[3] : null;

}

相关文章: