@没落的情绪,官方文档中PHP分类可以看到,有代码
PHP version
The default PHP version is 8.1.
You can choose the PHP version for your website in the /usr/home/LOGIN/domains/DOMAIN/.htaccess file you created. You should then add one of the following lines to it:

AddType application/x-httpd-php56 .php
AddType application/x-httpd-php70 .php
AddType application/x-httpd-php71 .php
AddType application/x-httpd-php72 .php
AddType application/x-httpd-php73 .php
AddType application/x-httpd-php74 .php
AddType application/x-httpd-php80 .php
AddType application/x-httpd-php81 .php
AddType application/x-httpd-php82 .php
AddType application/x-httpd-php83 .php