سلام، وقت بخیر
Strings containing valid decimal ints,
unless the number is preceded by a + sign, will be cast to the int type.
E.g. the key "8" will actually be stored under 8.
On the other hand "08" will not be cast, as it isn't a valid decimal integer.
در عبارت بالا، منظور از اینکه the key "8" will actually be stored under 8 " کلید هشت در واقع زیر هشت ذخیره میشود " چیست؟
ممنون میشم به طور کلی توضیح بدید تا بتونم بیشتر درک کنم. اگر یک مثال هم بیاورید که عالی میشود.