后台使用 :
[picId:picId,imgPath:java.net.URLEncoder.encode(imgPath , "utf-8")
前台使用:
alert("imgPath:" + decodeURIComponent('${imgPath}'));
后台使用 :
[picId:picId,imgPath:java.net.URLEncoder.encode(imgPath , "utf-8")
前台使用:
alert("imgPath:" + decodeURIComponent('${imgPath}'));