单项选择题

以下哪个选择器实现了选择所有以给定值结尾的元素E()

A.E [attr ^=value]
B.E [attr $=value]
C.E [attr *=value]
D.以上都不是