标签: curl types
我尝试使用curl
curl -F number=10.3 http://localhost:8080/some/route
但是当我检查数字的类型时,我得到了字符串。我怎样才能确保该号码是浮点数?