/ Published in: Java
Expand |
Embed | Plain Text
<html> if (userName == null) userName = "World"; %> Hello, <%= userName %> // The <%= means that you are going to output the value </html>
You need to login to post a comment.
<html> if (userName == null) userName = "World"; %> Hello, <%= userName %> // The <%= means that you are going to output the value </html>
You need to login to post a comment.