?? 104destroy-rawdeflate.t
字號:
BEGIN { if ($ENV{PERL_CORE}) { chdir 't' if -d 't'; @INC = ("../lib", "lib/compress"); }}use lib qw(t t/compress);use strict;use warnings;use IO::Compress::RawDeflate qw($RawDeflateError) ;use IO::Uncompress::RawInflate qw($RawInflateError) ;sub identify{ 'IO::Compress::RawDeflate';}require "destroy.pl" ;run();
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -