【发布时间】:2013-09-18 00:56:09
【问题描述】:
我有以下代码应该只打印一个数字,但它会打印提到的错误:
print(
math.abs(
tonumber(TColor, 16) -
tonumber(FColor, 16)
) / 100 * (math.abs(minV - maxV) / 100 * curV) + tonumber(FColor, 16)
)
连tostring( math...... )都解决不了
【问题讨论】:
-
还有
TColor、FColor、minV和maxV的值?