我正在尝试从magento的某个商店取回产品。问题是该脚本似乎仅在没有其他商店的情况下才起作用。
---
title: "Equation text"
output:
bookdown::pdf_document2: default
bookdown::word_document2: default
---
Below is the binom equation
\begin{equation}
f\left(k\right)=\binom{n}{k}p^k\left(1-p\right)^{n-k} (\#eq:binom)
\end{equation}
因此,当我尝试在具有1家商店的Magento服务器上使用它时,可以,当我在另一台Magento服务器上对其进行尝试时,它不起作用。