时间:2024-10-14 06:14:43
1、首先,打开arcmap,加入数据。
3、然后,使用右键打开字段计算器。
5、然后输入代码:star= 0def num(): global star star+=1 return star