Home  >  Article  >  Backend Development  >  php转换为ASCII然后js在转换回来,就出有关问题了.

php转换为ASCII然后js在转换回来,就出有关问题了.

WBOY
WBOYOriginal
2016-06-13 11:07:421030browse

php转换为ASCII然后js在转换回来,就出问题了...
我主要是要做到,中间不是单纯的字符串,也就是如果这些数据在传送过程中被什么抓取到的话,也不知道这些数据是什么..然后在客户端正常显示这个字符出来...
我现在想的是把每个字符转换为ascii发到客户端,然后js在循环将全部ascii转换回来,但是这样就出现类似乱码的问题了/...如果在转换为asciil之前通过url编码倒是可以,但是数据库比较大,在js这边decodeURL的时候就不行了....
嗯,顺便问下..js有byte Array这种东西吗?我之前客户端用as3将数据的二进制加密,来传输....
谢谢了..

------解决方案--------------------
http://phpjs.org/functions/base64_decode/

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn