Appearance
使用 tool 对象中的 md5 方法可以快速的生成一个 MD5 值。
tool
md5
MD5
function main() { return 'MD5: ' + tool.md5('input content.') }