jstl表达式获取方式: ${param.pid}

el表达式获取方式: ${requestScope.attr} 

el表达式获取方式: ${attr}

 

 

 

 

 

取值:data['name']等效于data.name