自定义标签的描述文件在 web.xml中配置正确的
A. <taglib><tag-uri>bob-tld</tag-uri><tag-location>/WEB-I N F/bob.tld</tag-location></taglib>
B. <tag><taglib-uri>bob-tld</taglib-uri><taglib-location>/WEB-INF/bob.tld</taglib-location></tag>
C. <jsp-taglib><taglib-uri>bob-tld</taglib-uri><taglib-location>/WEB-INF/bob.tld</taglib-location></jsp-taglib>
D. <jsp-config> <taglib><taglib-uri>bob-tld</taglib-uri><taglib-location>/WEB-INF/bob.tld</taglib-location></taglib></jsp-config>