And*_*ing 14

我在一篇以秒为单位返回值的文章中找到了这种方法

curl -o /dev/null -s -w %{time_total}\\n  https://www.google.com
Run Code Online (Sandbox Code Playgroud)

它输出如下:

0.059
Run Code Online (Sandbox Code Playgroud)