別のパッケージからモジュールへの参照を名前で取得するにはどうすればよいですか?
考慮事項:
genericCall(packageName, moduleName, methodName):
#Call moduleName.methodName
#knowing that the moduleName is in packageName
どこ
packageName="p1"
moduleName="m1"
methodName="f1"
別のパッケージからモジュールへの参照を名前で取得するにはどうすればよいですか?
考慮事項:
genericCall(packageName, moduleName, methodName):
#Call moduleName.methodName
#knowing that the moduleName is in packageName
どこ
packageName="p1"
moduleName="m1"
methodName="f1"