Api
MethodInttoroman
OpenAPI > Method > intToRoman
OpenAPI.Method.intToRoman() method
将阿拉伯数字转换为罗马数字的函数
Signature:
static intToRoman(num: number): string;
Parameters
Parameter | Type | Description |
---|---|---|
num | number | 要转换的阿拉伯数字 |
string
{string} 对应的罗马数字