Ahhh I got it!
Pay Attention:
To aviod the problem that the screen can not display, GPIO5, as the NSS pin of the LoRa module, needs to be pulled up when the system is initialized.
pinMode(5,OUTPUT);
digitalWrite(5,HIGH);
m5.begin():
Now it's working. ;)
L.