如题?有现成的方法吗?没有的话我自己写一个了!

1 keakon Dec 13, 2011 用这个API,不过不是实时更新的 https://code.google.com/appengine/docs/python/datastore/stats.html from google.appengine.ext.db import stats for kind in stats.KindStat.all(): print kind.kind_name |
2 nttdocomo OP 不过这个方法官方说会比一般的方法使用的限额要高。 |