报错的原因"NotSupportedError" 这个错误通常是由于您试图在 Django 中使用一个未投影的字段计算周长时出现的。例如,如果您想要计算一个圆的周长,可以使用以下代码:from django.contrib.gis.measure import D# Assume that "circle" is a projected field of type Circleperimeter = circle.perimeter希望这个例子对您有帮助。