多选题A custom tag is defined to take three attributes. Which two correctly invoke the tag within a JSP page?()A<prefix:myTag a=foo b=bar c=baz />B<prefix:myTag attributes={foo,bar,baz} />C<prefix:myTag jsp:attribute a=foo b=bar c=baz />D<prefix:myTag><jsp:a
题目
多选题
A custom tag is defined to take three attributes. Which two correctly invoke the tag within a JSP page?()