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.
次の内容のQStringがあるとします:<tag attr1="string" attr2=34 />Qtにこのタグを通常のxml(QtWebKitを使用しない)タグとして解析させる方法は、sringオブジェクトにタグ名、値string、attr1および値intを取得させると言いますattr2か?
<tag attr1="string" attr2=34 />
string
attr1
int
attr2