📌  相关文章
📜  参数类型“字符串”不能分配给参数类型“uri”.颤振 - 任何代码示例

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

代码示例6
#old code                #Replace with
http.get(someString)    http.get(Uri.parse(someString))
http.post(someString)    http.post(Uri.parse(someString))