public static void addObjectForKey(Object object, String key) {
getInstance()._hash.put(key, object);
}
可以從這行 Java 程式碼判定原作者是慣寫 Obj-C 的碼農嗎? (thinking)