Django Book 翻译
菜单>:
TOC
返回
原文:
If ``this_value`` is 175 and ``max_value`` is 200, the image in the preceding example will be 88 pixels wide (because 175/200 = .875; .875 * 100 = 87.5, which is rounded up to 88).
翻译:
如果“this_value”是175, "max_value"是200,那么前一个例子的图像将会是 88像素宽(因为175/200 = .875; .875 * 100 = 87.5,将会被四舍五入到88)
备注:
译者: