Home > Back-end >  Do a page, on the left shows any pictures, side show the current user use the browser's informa
Do a page, on the left shows any pictures, side show the current user use the browser's informa

Time:09-29

Do a page, on the left shows any pictures, side show the current user use the browser's information (name of the browser, version, operating system), the most the right side shows time (JSP) embedded in a show time

CodePudding user response:

1, show pictures, use img tags like
2, display the browser information, from the header of the request for the user-agent, there are the information you need
3, embedded in a page, you can use the iframe, can also use the include, etc