getInitParameter方法用于根据初始化参数名称返回web.xml文件中初始化参数的值。如果指定的初始化名称不存在,则返回null。如通过上面代码中初始化参数名称“product”,getInitParameter方法可以得到与其对应的初始化参数值“洗衣机”。