Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在新进程中执行诸如 m.invoke(param1 ,param2) 之类的语句。
即,我想通过首先使用反射迭代搜索其主类并找到主类以在新进程中调用它来执行Java类文件。
确实。
在这里,我想打印“$”符号。怎么做?
#!/perl/bin/perl print <<EOF; This sign $ is called dollar It's a multiline string EOF
这给了我结果。
T