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.
下部のアプリバーのアイコンをタップすると、開いたままになります。ボタンがクリックされたら閉じる必要があります。どうすればこれを達成できますか?
私はC#、XAMLを使用しています。
IsOpen=false に設定します。それで十分なはずです。
次のような文字列と、次のようなstring x;文字のベクトルを宣言したとします:vector<char> x_vec;
string x;
vector<char> x_vec;
cout<<x;
以上
for(int i=0;i<x.length();i++)