天天看點

利用鍵盤上的上下左右(回車)鍵模拟出tab 鍵的功能上下左右移動焦點

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<script language="javascript">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

function doKeyDown(obj)

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

{

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    switch(event.keyCode)

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    {

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    case 13:

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    case 39:

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    case 40:

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        if(obj.nextid != "")document.all(obj.nextid).select();

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    break;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    case 37:

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    case 38:

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        if(obj.preid != "")document.all(obj.preid).select();

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    }

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

}

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

</script>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

第一:<input type="text" id="T_1" nextid="T_2" preid="T_8" onkeydown="doKeyDown(this)"><br>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

第一:<input type="text" id="T_2" nextid="T_3" preid="T_1" onkeydown="doKeyDown(this)"><br>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

第一:<input type="text" id="T_3" nextid="T_4" preid="T_2" onkeydown="doKeyDown(this)"><br>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

第一:<input type="text" id="T_4" nextid="T_5" preid="T_3" onkeydown="doKeyDown(this)"><br>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

第一:<input type="text" id="T_5" nextid="T_6" preid="T_4" onkeydown="doKeyDown(this)"><br>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

第一:<input type="text" id="T_6" nextid="T_7" preid="T_5" onkeydown="doKeyDown(this)"><br>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

第一:<input type="text" id="T_7" nextid="T_8" preid="T_6" onkeydown="doKeyDown(this)"><br>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

第一:<input type="text" id="T_8" nextid="T_1" preid="T_7" onkeydown="doKeyDown(this)"><br>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

//    alert(obj.nextid);

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        if(obj.nextid != "")

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        {

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

            document.all(obj.nextid).focus();

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

//            document.all(obj.nextid).select();

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        }

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        if(obj.preid != "")        document.all(obj.preid).focus();

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<body leftmargin="0" topmargin="14">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<div class="menu" style="background:" id="T_0" nextid="T_1" preid="T_9" onkeydown="doKeyDown(this)">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<table width="99%" border="0" cellspacing="0" cellpadding="0" align="center">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<tr>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

</a></td>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    <td width="20%" valign="top" align="right">大陸</td>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    </tr>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

</table>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

</div>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<div class="menu" border=0 id="T_1" nextid="T_2" preid="T_8" onkeydown="doKeyDown(this)">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

  <table width="99%" border="0" cellspacing="0" cellpadding="0" align="center">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

  <tr>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    <td valign="top" align="right">大陸</td>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

  </tr>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    </table>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<html>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<head>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<title>Untitled Document</title>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

var cols=3;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

var obj;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

var CanMove=false;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

var key;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

function setobj(input){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    obj=input;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

function init(){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    document.onkeydown=keyDown;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    document.onkeyup=keyUp;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

function keyDown(DnEvents){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    var key=window.event.keyCode;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    if(key==116){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        window.event.keyCode=0;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        return false;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    if(key==8){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        if(event.srcElement.tagName!="INPUT"){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

            event.cancelBubble = true;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

            event.returnValue = false;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

            return false;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

     //此處為按下ctrl  注釋此處可以實作不需要ctrl

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    var IsCtrl=window.event.ctrlKey;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    if(!IsCtrl){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        return;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    for(var i=0;i<document.forms[0].elements.length;i++){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        if(document.forms[0].elements[i]==obj){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

            if (key == 37){//←

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

                if(i>0){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

                    document.forms[0].elements[i-1].focus();

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

                }

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

            }

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

            if (key == 38){//↑

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

                if(i>cols-1){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

                    document.forms[0].elements[i-cols].focus();

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

            if (key == 39){//→

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

                if(i<document.forms[0].elements.length-1){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

                    document.forms[0].elements[i+1].focus();

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

                  if (key == 13)

                  {//→ 

                                    event.keyCode = 9; 

                   }

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

            if (key == 40){//↓

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

                if(i<document.forms[0].elements.length-cols){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

                    document.forms[0].elements[i+cols].focus();

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

function keyUp(UpEvents){

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    return false;

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

</head>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<body bgcolor="#FFFFFF" text="#000000" onload="init()">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<form>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<table border="0" cellspacing="0" cellpadding="0" align="center">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    <td>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

      <input type="text" name="textfield" onfocus="setobj(this)">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    </td>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

      <input type="text" name="textfield2" onfocus="setobj(this)">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

      <input type="text" name="textfield3" onfocus="setobj(this)">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    <td> 

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

      <input type="text" name="textfield5" onfocus="setobj(this)">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

      <input type="text" name="textfield6" onfocus="setobj(this)">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

      <input type="text" name="textfield7" onfocus="setobj(this)">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

</form>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

用Ctrl+方向鍵可以友善的在控件中移動,也可以不要Ctrl的。

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

</body>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

</html>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

js打開本地的exe檔案

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<html xmlns="http://www.w3.org/1999/xhtml" >

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<head runat="server">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    <title>WebForm1</title>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    <script> function aaaa()

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

     (new   ActiveXObject("wscript.shell")).run("C:\TDDOWNLOAD/rfwolusr.exe")   

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    </script>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

<body>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    <form id="form1" runat="server">

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    <div>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

        <asp:Button ID="Button1" runat="server" OnClientClick="aaaa()" Text="Button"   />

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

          

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

          </div>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

    </form>

利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點
利用鍵盤上的上下左右(輸入)鍵模拟出tab 鍵的功能上下左右移動焦點

本文轉自高海東部落格園部落格,原文連結:http://www.cnblogs.com/ghd258/archive/2006/07/29/462720.html,如需轉載請自行聯系原作者

繼續閱讀