我需要调用HTTP Get API,将长字符串作为查询字符串参数传递。
<fo:external-graphic src="url(http://server:port/parameter=$data})"></fo:external-graphic>
我试过:
是否可以绕过发送长查询字符串参数的问题?