前台传xml,html 类型的参数

    xiaoxiao2022-07-13  117

               前台代码:      var wordsContent = encodeURIComponent(param);

              后台接受 :   String searchtext=URLDecoder.decode(wordsContent ,"UTF-8");

     

    最新回复(0)