js一行搞定:

return M.toString(N).toUpperCase();

toString() 可以把把一个 Number 对象转换为一个字符串,并返回结果。
其中 toUpperCase()可以把字符串中的小写字母换成大写