对象属性引用方法总结
使用点(.)运算符: university.Name=“广西”;通过对象下标: university[0]=“广西”;字符串形式: university["Name"]=“广西”。
254KB
文件大小:
评论区