閱讀670 返回首頁    go 微軟 go windows


動態設置鏈接的Title的js方法

<a   href= "xxxx.aspx"   id= "test"  > new </a>
<script> 
   //document.getElementById('test').setAttribute('title','ttttttttttt');
</script>

最後更新:2017-04-02 03:13:28

  上一篇:go Jdom讀xml解析實例子
  下一篇:go 可執行jar文件製作方法