经常希望在IOS操作系统现实隐藏文件,下面两条语句可以使用:

显示:defaults write com.apple.finder AppleShowAllFiles -bool true


隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false

相关文章:

  • 2021-12-27
  • 2021-07-03
  • 2022-01-07
猜你喜欢
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-11-22
相关资源
相似解决方案