get
英[get] 美[ɡɛt]
vt. Get; catch; persuade; receive (punishment, etc.)
vt.& vi. Arrive, come
vi. Become; start; try to deal with; obtain benefits or wealth
n. Reproduce, cub; profit
Third person singular : gets present participle: getting past tense: got past participle: got gotten
million
##英[ˈmɪljən] 美[ˈmɪljən] n. Millions adj. Millions; countless Plural: millionsseconds
English ['sekəndz] US ['sekəndz] n. Second; assistant (plural noun of second); second place; second portion of food v. Support (third person singular of second); temporary deployment; Seconding; agreeing with a proposaljavascript getMilliseconds() method syntax
Function:Return the time in milliseconds.
Syntax:dateObject.getMilliseconds()
Return:The millisecond field of dateObject, displayed in local time. The return value is an integer between 0 ~ 999.
Note:The value returned by getMilliseconds() is a three-digit number. However, the return value is not always three digits. If the value is less than 100, only two digits are returned. If the value is less than 10, only one digit is returned. This method is always used in conjunction with a Date object.