source5.sub
来自「android-w.song.android.widget」· SUB 代码 · 共 20 行
SUB
20 行
LC_ALL=en_US.UTF-8unset LC_ALLunset LANGexport LC_ALL=Cexport LANG=Cset +o posix# attempting to source a non-existant file is not an error.... /tmp/source-notthereecho after bad source 1set -o posix# ...unless you're in posix mode. /tmp/source-notthereecho after bad source 2
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?