“Int()”的版本间的差异
(创建页面,内容为“*'''简介'''<br> 将一个值转换为int类型。<br> *'''语法'''<br> <pre style="color:green"> int(x) </pre> 参数x:一个任何类型的值 返回int类型...”) |
|||
| (未显示同一用户的1个中间版本) | |||
| 第6行: | 第6行: | ||
int(x) | int(x) | ||
</pre> | </pre> | ||
| − | + | '''参数''' | |
| + | *x:一个任何类型的值 | ||
| − | + | '''返回''' | |
| + | *int类型的值 | ||
| + | [[https://www.microduino.cn/wiki/index.php/Arduino_%E8%AF%AD%E6%B3%95%E6%89%8B%E5%86%8C/zh 返回Arduino语法手册]] | ||