国产一级a片免费看高清,亚洲熟女中文字幕在线视频,黄三级高清在线播放,免费黄色视频在线看

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費(fèi)電子書(shū)等14項(xiàng)超值服

開(kāi)通VIP
onKeyUp 事件

定義和用法

onkeyup 事件會(huì)在鍵盤(pán)按鍵被松開(kāi)時(shí)發(fā)生。

語(yǔ)法

onkeyup="SomeJavaScriptCode"
參數(shù) 描述
SomeJavaScriptCode 必需。規(guī)定該事件發(fā)生時(shí)執(zhí)行的 JavaScript。

支持該事件的 HTML 標(biāo)簽:

<a>, <acronym>, <address>, <area>, <b>, <bdo>, <big>, <blockquote>, <body>,<button>, <caption>, <cite>, <code>, <dd>, <del>, <dfn>, <div>, <dt>, <em>,<fieldset>, <form>, <h1> to <h6>, <hr>, <i>, <input>, <kbd>, <label>, <legend>,<li>, <map>, <object>, <ol>, <p>, <pre>, <q>, <samp>, <select>, <small>,<span>, <strong>, <sub>, <sup>, <table>, <tbody>, <td>, <textarea>, <tfoot>,<th>, <thead>, <tr>, <tt>, <ul>, <var>

支持該事件的 JavaScript 對(duì)象:

document, image, link, textarea

實(shí)例

當(dāng)您在例子中的輸入域中鍵入字符時(shí),字符會(huì)被更改為大寫(xiě)(逐一地):

<html><head><script type="text/javascript">function upperCase(x){var y=document.getElementById(x).valuedocument.getElementById(x).value=y.toUpperCase()}</script></head><body>輸入您的姓名: <input type="text" id="fname" onkeyup="upperCase(this.id)" /></body></html>

輸出:

輸入您的姓名:

本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開(kāi)APP,閱讀全文并永久保存 查看更多類(lèi)似文章
猜你喜歡
類(lèi)似文章
JavaScript 用法
html onkeyup onafterpaste 事件
onmouseover 事件
在HTML中嵌入JavaScript腳本
jquery 簡(jiǎn)單學(xué)習(xí)(4)
加載頁(yè)面或返回到頁(yè)面時(shí)不觸發(fā) onload 事件處理程序 .
更多類(lèi)似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服