1 JPython
jython的jar包下载:
import sys
print(sys.path)
2 python版本插件
3 java版本插件
获取当前请请求host,端口,协议等
IHttpService httpService = baseRequestResponse.getHttpService(); String host = httpService.getHost();
jython的jar包下载:
import sys
print(sys.path)
获取当前请请求host,端口,协议等
IHttpService httpService = baseRequestResponse.getHttpService(); String host = httpService.getHost();