可以使用js的encodeURI的URLDecoder.decode一起使用一起来把url加密下. (1)JS在页面上把数据var val = encodeURI(encodeURI("要传到服务器端的是值")); //调用2次 ...
確定! 回上一頁