标签: android xamarin
尝试调试后,我在Visual Studio 2019中使用Xamarin遇到此错误。
我已经更改了Android版本和API级别。
svg.on("mouseover", function(d){ d3.select(event.currentTarget) .style("fill", "green"); }) .on("mouseout", function(d){ d3.select(event.currentTarget) .style("fill", "red"); });