为什么 \squared 和 ^2 没有给出相同的结果:
\documentclass{article}
\usepackage{siunitx}
\setlength{\parindent}{0pt}
\begin{document}
test:\\
\qty[per-mode = fraction]{4.91}{\m\per\s\squared}\\
\qty[per-mode = fraction]{4.91}{\m\per\s^2}\\
\qty[per-mode = fraction]{4.91}{m/s^2}
\end{document}