有一个在root用户下运行的进程.
ps aux | grep ProcessX
root 11565 0.0 0.7 82120 22976 ? Ssl 14:57 0:02 ProcessX
Run Code Online (Sandbox Code Playgroud)
现在ls -l /proc/11565/(pid)给出了这个结果.
total 0
dr-xr-xr-x 2 root root 0 Aug 9 16:06 attr
-rw-r--r-- 1 root root 0 Aug 9 16:06 autogroup
-r-------- 1 root root 0 Aug 9 16:06 auxv
-r--r--r-- 1 root root 0 Aug 9 16:06 cgroup
--w------- 1 root root 0 Aug 9 16:06 clear_refs
-r--r--r-- 1 root root 0 Aug 9 16:06 cmdline
-rw-r--r-- 1 …Run Code Online (Sandbox Code Playgroud) 有时$('.classname')并$.find('.classname')给出了不同的结果.想知道两者之间有什么区别.