多项选择题

怎么写代码,能修改以下代码片段的this指向?()
function bd(){}bd.____

A.bind()()
B.call()
C.apply()
D.不能改变this指向