input测试placeholder

<button id="testHover" _title="这是标题">鼠标悬浮</button>
<script>
    $("#testHover").Tooltip();
</script>