I’ve found out, just like the log says:
Call to undefined function OC\\Files\\Storage\\filter_var()
It turns out that function “filter_var()” is missing, so I install php7-mod-filter,which is not mentioned on official documentation. After that, I restart nginx and php-fpm, and everythings fine now.