unescapeHtml函数用于将HTML转义过的字符串反转义为Unicode字符串。
- String to unescape:填入字符
1、escapeHtml函数是将字符进行HTML转义,unescapeHtml函数函数则是将HTML转义过的字符反转,unescapeHtml函数和escapeHtml函数功能刚好相反。
${__unescapeHtml(value="hello"+"word"&name="名称")}
${__escapeHtml(value="hello"+"word"&name="名称")}
标签:escapeHtml,41,quot,转义,HTML,unescapeHtml,Jmeter,函数 From: https://www.cnblogs.com/dabeen/p/17454226.html