我不能在home.php文件中包含autoload.php文件?

I can't inlcude autoload.php file in my home.php file. Any help please ?Screenshot

your path starts with a /, which means it's an absolute path, not a relative one. get rid of it and it'll work.

and for your next question: code does not belong in screenshots or on external platforms - include it in your question.