Heim  >  Fragen und Antworten  >  Hauptteil

java SimpleDateFormat 的parse(String text,ParsePosition pos) 方法

PHP中文网PHP中文网2764 Tage vor694

Antworte allen(1)Ich werde antworten

  • PHP中文网

    PHP中文网2017-04-18 10:14:17

    The method attempts to parse text starting at the index given by pos.
    就是类似先把给的字符串从ParsePosition对象的index开始截取,然后对截取的字符串parse

    Antwort
    0
  • StornierenAntwort