RT 在使用 rubypython 时,想调用一个离线导入的 python 包 python 可以直接
from zmop.ZmopClient import ZmopClient from zmop.request.ZhimaCustomerCertificationInitializeRequest import *
各种找不到答案,请教大家,使用 rubypython 该怎么达到上面的效果。。。
ruby 没有这种语法
你大概可以这样模拟
require 'foo/bar'
Bar = Foo::Bar
b = Bar.new
楼主讲的是这个 https://github.com/halostatue/rubypython
唔... 那没玩过了
这项目很老了吧。。
是啊。已经放弃了
是的,已经放弃了,直接用 %x 了。。。不折腾啦