test=> (ns playground) nil playground=> (test/bar) "Hello World!" ;; Error will be thrown ;; var: #'test/foo is not public playground=> (test/foo).
確定! 回上一頁