标签类型 书写格式
a标签 <a href="javascript: alert('hello world') ;">点我一下</a>
非a标签 <div onclick=" alert('hello world') ">点我一下</div>