📜  micropython 字符串到 int - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:56.281000             🧑  作者: Mango

代码示例1
//STRING TO INT:
  
a = "5"
a = int(a)