| input輸入框獲得焦點,光標(biāo)移到最后
					當(dāng)前位置:點晴教程→知識管理交流
					
					→『 技術(shù)文檔交流 』
					
				 
 如何實現(xiàn): html頁面的input輸入框,本來有內(nèi)容,用script切換焦點到該輸入框后,如何把光標(biāo)顯示到最后(不用鼠標(biāo)操作),高手請賜教 最佳答案  <input type='button' onclick="t.value=''; t.focus(); t.value='123'" value="button"> <input type='text' name="t" value="123abc"> 該文章在 2011/10/15 0:21:36 編輯過 | 關(guān)鍵字查詢 相關(guān)文章 正在查詢... |