我想在 webview 中从我的 Json 数据库加载一个链接。但我不知道我该怎么做。
这是我的 json 的一部分:
{
"ID": "6173",
"Name": "Heuriger Christine Haller",
"BeschreibungApp": "Heuriger Christine Haller, 2102 Bisamberg",
"Link": "http://heurigenapp.nocache.gugler.at/app.php?id=6173",
"Icon": "Weintraube",
"Latitude": "48.33284",
"Longitude": "16.36383",
"Altitude": "0",
"Ort": "Bisamberg"
}
我想在网络视图中打开“链接”。