Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在创建从站点读取 json 然后从中提取某个项目的按钮单击事件时遇到问题。说Json是
{ "Items":[ { "Name":"Apple", "Price":12.3 }, { "Name":"Grape", "Price":3.21 } ], "Date":"21/11/2010" }
在按钮上单击它只会拉出水果的名称。
这是使用 Visual Studios 和 XAML/C#