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.
例えば:
test.xml
<fruit taste="good">whatever</fruit>
TinyXMLを使用して、タグ「フルーツ」(もちろん「フルーツ」)の名前文字列を取得するにはどうすればよいですか?
TiXmlElement :: Value()を使用する
Value関数は、タイプに基づいてさまざまなものを返します。
Document: filename of the xml file Element: name of the element Comment: the comment text Unknown: the tag contents Text: the text string