原文:https://www.cnblogs.com/chenfulin5/p/7813791.html
num1 = "123"; num2 = int(num1); num3 = "123.12"; num4 = float(num3);