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.
<?xml version="1.0" encoding="utf-8" ?> <boolean xmlns="http://tempuri.org/">true</boolean>
我正在尝试在我的应用程序中处理来自我的 Web 服务的这个 xml 响应。如何使用布尔值在我的应用程序中执行特定操作?