根据字符串内容,返回新的类型的变量,例如 "true" 返回 true ,"123" 返回 123
"abcdef".retype(); "123123".retype(); "true".retype(); "false".retype();
"abcdef" 123123 true false