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.
当我尝试为 GroupBox 的标题写一个“&”符号时,我得到一个“_”。为什么会这样,我该怎么做才能得到'&'?
使用双与号,所以用“&&”代替“&”。(& 是用于键盘快捷键的保留字符)