答案1
你可以尝试一下这个...
\documentclass{article}
\usepackage{siunitx}
\usepackage{tikz}
\sisetup{
output-exponent-marker = \text{e},
exponent-product={},
retain-explicit-plus
}
\begin{document}
\begin{tikzpicture}
\node{\num{6.2e+10}};
\end{tikzpicture}
\end{document}