for (fld in obj) { value = obj[fld].toString(); content += fld + ": " + value + "\n"; }
for (fld in obj) { value = obj[fld].toString(); if((fld.toUpperCase().indexOf("OBJECTID")<0)||(fld.toUpperCase().indexOf("SHAPE")<0)){ content += fld + ": " + value + "\n"; } }
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.