Cocos-C关于泛型的问题
Creator 2.x
523566770
(523566770)
2018年07月11日 07:54
#1
FindCtrl<T>(path: string) :cc.Widget { return cc.find(path).getComponent<T>(); }
大神们 请问这种问题出在什么地方