• 2022-05-26
    (5-1)利用()可以取得系统当前时间(毫秒)。
    A: System.getTime()
    B: System.currentTimeMillis()
    C: System.getDate()
    D: System.time()