方法介绍
方法名称:获取文件的MD5码
语法:fileMD5(string)
参数说明:string是要MD5编码的文件绝对路径
方法例子
local ret = fileMD5("/mnt/sdcard/test.png");
print(ret)