newlocal.al

来自「美国CMU大学开发的操作系统健壮性评测软件」· AL 代码 · 共 12 行

AL
12
字号
# NOTE: Derived from ./blib/lib/URI/URL.pm.  Changes made here will be lost.package URI::URL;sub newlocal{    require URI::URL::file;    my $class = shift;    URI::URL::file->newlocal(@_);  # pass it on the the file class}1;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?