you can use reflection once to get the class from the name, cache this and then compare the rest to that (def array-of-ints-type (Class/forName "[I")) (def ...
確定! 回上一頁