Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
使用代码img.draw_string(50, 50, '长度='+str(length)+'cm',colour=(0,0,0,)), 却只能显示“=55cm“,只能显示英文字符,不能显示中文。程序似乎自动跳过了中文字符,应该怎么办呢?
能不用中文就不用中文,因为没有中文的字库。
现在可以显示中文了吗?
如果一定要显示中文的话,可以保存字符为一个图片,然后draw_image画上去。