单项选择题

以下哪项可以实现点击按钮弹出弹框()。

A.<buttontype="button"onclick="alert(’Welcome!’)">点击这里</button>
B.<script>alert(’hello’);</script>
C.<scriptsrc="alert(’hello’);"></script>
D.<linksrc="alert(’hello’);"/>