在阅读蒙德里安的手册时,我发现它没有那么多类型,包括整数和数字 - 这种类型有什么区别?
我如何使用时间戳级别类型?
我想使用perl regexp grep文件中的文本,我这样做
find ./ -name *.php -print | xargs perl -nle '/standard/ and print $0'
Run Code Online (Sandbox Code Playgroud)
正如我在$ 0中发现(使用谷歌)必须是已执行脚本的名称,但它包含"-e".我怎样才能获得执行脚本名称?