时间:2024-11-02 07:09:22
1、首先,打开arcgis,加入数据。
3、然后,使用鼠标右键打开字段计算器。
5、然后输入代码:star= 0def num(): global star star+=1 return star