📄 newlocal.al
字号:
# NOTE: Derived from blib\lib\URI\URL.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package URI::URL;
#line 254 "blib\lib\URI\URL.pm (autosplit into blib\lib\auto/URI\URL/newlocal.al)"
sub newlocal
{
require URI::URL::file;
my $class = shift;
URI::URL::file->newlocal(@_); # pass it on the the file class
}
# end of URI::URL::newlocal
1;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -