欢迎来到猜测 :waving_hand: :party_popper: 一个用于猜测日期格式的实用程序包 :alarm_clock: :raising_hands: :man::laptop: 用法 :laptop: 命令行界面 # output default format npx moment-guess --date " Fri, January 30th 2020, 10:00 AM " # output strftime format npx moment-guess --date " 31st Dec, 2020 " --format strftime 有关详细信息,请尝试npx moment-guess --help :memo: 注意:上面的命令请勿在系统范围内安装软件包, npx只是。 :package: 包裹 npm install moment-guess const guessFormat = require ( 'moment-guess' ) ; // default format console . lo