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.
如何找到 QT 的 Phonon 原生支持的视频文件?
支持的 MIME 类型因安装的后端而异。您可以使用来自 Phonon.BackendCapabilities 的 availableMimeTypes() 和 isMimeTypeAvailable() 来查询这些。请参阅声子模块参考。
在这里,我想打印“$”符号。怎么做?
#!/perl/bin/perl print <<EOF; This sign $ is called dollar It's a multiline string EOF
这给了我结果。
T