In the development, we will encounter some needs to configure the calculation formula, for example We have configured a magnification and a calculation formula in the background, for example, the magnification is 3, the calculation formula is: %d*%d+100, which means a number multiplied by the magnification plus a supplementary value So how should we deal… Read more How does PHP implement calculation formula processing in string format