I have stored the path of the image in the database, but how should I write the background code to display the image in the foreground? It is not an upload function, but to obtain the image from the database and display it in the foreground.
一笑而过2018-05-01 14:30:29
Get the image path from the database: select path field form table name to query all data, directly pass the obtained data into the view and traverse it in the img tag