討論串[問題] 抓游標所在位置的index
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
<input name='test' onfocus='abc(0)'> 第0個. <input name='test' onfocus='abc(1)'> 第1個. <script type="text/javascript">. function abc(){. alert(arguments[
(還有234個字)
內容預覽:
我要抓游標所在位置是input名字為test的第幾個,這數字要怎麼抓呢?. 我現在這樣寫. <input name='test' onfocus='ABC(this)'> 第0個. <input name='test' onfocus='ABC(this)'> 第1個. <script>. ABC(
(還有11個字)
首頁
上一頁
1
下一頁
尾頁