JSP表达式与EL表达式对比
使用JSP表达式:
username:ln
password:123456
用户名:李楠
密 码:654321
使用EL表达式:
用户名:ln
密 码:123456
用户名:李楠
密 码:654321