怎么用js在客户端实现MD5加密使用下面的函数,例如varpwd=hex_md5("hello world")对"hello world"进行md5加密。var hexcase = 0function hex_md5(a) { 2023-04-26JavaScript340