【单选题】
要求用JavaScript实现下面的功能:在一个文本框中内容发生改变后,单击页面的其他部分将弹出一个消息框显示文本框中的内容,下面语句正确的是()。
A、〈input type="text" onClick="alert(this.value)"〉
B、〈input type="text" onChange="alert(this.value)"〉
C、〈input type="text" onChange="alert(text.value)"〉
D、〈input type="text" onClick="alert(value)"〉