导入格式化标签库的taglib指令为()
A.<%@ taglib uri="http://ja.sun.com/jsp/jstl/fmt" prefix="fmt"%>
B.<%@ taglib uri="http://ja.sun.com/jsp/jstl/sql" prefix="sql"%>
C.<%@taglib uri="http://ja.sun.com/jsp/jstl/core" prefix="c"%>
D.<%@ taglib name="http://ja.sun.com/jsp/jstl/fmt" prefix="fmt"%>
请帮忙给出正确答案和分析,谢谢!